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 cf2d0fe commit 3cc8b3eCopy full SHA for 3cc8b3e
.github/workflows/build_publish.yml
@@ -26,8 +26,8 @@ jobs:
26
env:
27
NUGET_AUTH_TOKEN: ${{ secrets.NuGetAPIKey }}
28
29
-# - name: Restore NuGet Packages
30
-# run: dotnet restore TBAAPI.V3Client.sln
+ - name: Restore NuGet Packages
+ run: dotnet restore TBAAPI.V3Client.sln
31
32
- name: Build
33
run: dotnet build --configuration Release TBAAPI.V3Client.sln
0 commit comments