Skip to content

Commit 25c1750

Browse files
authored
Update build_publish.yml
1 parent 3cc8b3e commit 25c1750

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
# - name: Add msbuild to PATH
1515
# uses: microsoft/setup-msbuild@v1.0.0
1616

17-
# - name: Setup NuGet
18-
# uses: NuGet/setup-nuget@v1.0.2
19-
# with:
20-
# nuget-api-key: ${{ secrets.NuGetAPIKey }}
17+
- name: Setup NuGet
18+
uses: NuGet/setup-nuget@v1.0.2
19+
with:
20+
nuget-api-key: ${{ secrets.NuGetAPIKey }}
2121

2222
- name: Setup DotNet
2323
uses: actions/setup-dotnet@v1
@@ -27,7 +27,7 @@ jobs:
2727
NUGET_AUTH_TOKEN: ${{ secrets.NuGetAPIKey }}
2828

2929
- name: Restore NuGet Packages
30-
run: dotnet restore TBAAPI.V3Client.sln
30+
run: nuget restore TBAAPI.V3Client.sln
3131

3232
- name: Build
3333
run: dotnet build --configuration Release TBAAPI.V3Client.sln

0 commit comments

Comments
 (0)