Skip to content

Commit 3cc8b3e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
env:
2727
NUGET_AUTH_TOKEN: ${{ secrets.NuGetAPIKey }}
2828

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

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

0 commit comments

Comments
 (0)