Skip to content

Commit a36db81

Browse files
authored
Update dotnet.yml
1 parent 0f8c5ea commit a36db81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
dotnet-version: 6.0.x
2222
- name: Restore dependencies
2323
run: dotnet restore
24+
- if: ${{ secrets.NUGET_TEST_TOKEN != '' }}
25+
run: echo 'This step will only run if the secret has a value set.'
2426
- name: Build
2527
run: dotnet build --configuration Release --no-restore
2628
- name: Test

0 commit comments

Comments
 (0)