Skip to content

Commit 1bc67e5

Browse files
committed
use nugets offical setup action
1 parent 7502ff1 commit 1bc67e5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
if : github.event_name == 'push'
8585
steps:
8686
- uses: actions/checkout@v1
87+
- name : install nuget
88+
uses: NuGet/setup-nuget@v1
8789

8890
- name: Enable long file paths
8991
run: git config --global core.longpaths true
@@ -97,9 +99,6 @@ jobs:
9799
$DebugPreference = "Continue"
98100
./build.ps1
99101
100-
- name : install nuget
101-
if: success()
102-
uses: warrenbuckley/Setup-Nuget@v1
103102
104103
105104
- name: Publish to nightly feed -myget

0 commit comments

Comments
 (0)