We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7502ff1 commit 1bc67e5Copy full SHA for 1bc67e5
1 file changed
.github/workflows/build-and-test.yml
@@ -84,6 +84,8 @@ jobs:
84
if : github.event_name == 'push'
85
steps:
86
- uses: actions/checkout@v1
87
+ - name : install nuget
88
+ uses: NuGet/setup-nuget@v1
89
90
- name: Enable long file paths
91
run: git config --global core.longpaths true
@@ -97,9 +99,6 @@ jobs:
97
99
$DebugPreference = "Continue"
98
100
./build.ps1
101
- - name : install nuget
- if: success()
102
- uses: warrenbuckley/Setup-Nuget@v1
103
104
105
- name: Publish to nightly feed -myget
0 commit comments