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 3cc8b3e commit 25c1750Copy full SHA for 25c1750
.github/workflows/build_publish.yml
@@ -14,10 +14,10 @@ jobs:
14
# - name: Add msbuild to PATH
15
# uses: microsoft/setup-msbuild@v1.0.0
16
17
-# - name: Setup NuGet
18
-# uses: NuGet/setup-nuget@v1.0.2
19
-# with:
20
-# nuget-api-key: ${{ secrets.NuGetAPIKey }}
+ - name: Setup NuGet
+ uses: NuGet/setup-nuget@v1.0.2
+ with:
+ nuget-api-key: ${{ secrets.NuGetAPIKey }}
21
22
- name: Setup DotNet
23
uses: actions/setup-dotnet@v1
@@ -27,7 +27,7 @@ jobs:
27
NUGET_AUTH_TOKEN: ${{ secrets.NuGetAPIKey }}
28
29
- name: Restore NuGet Packages
30
- run: dotnet restore TBAAPI.V3Client.sln
+ run: nuget restore TBAAPI.V3Client.sln
31
32
- name: Build
33
run: dotnet build --configuration Release TBAAPI.V3Client.sln
0 commit comments