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 e2e0428 commit d4dc6a7Copy full SHA for d4dc6a7
.github/workflows/nuget.yaml
@@ -38,9 +38,6 @@ jobs:
38
run: |
39
echo "Cache hit: ${{ steps.nuget-cache.outputs.cache-hit }}"
40
41
- - name: Display .NET version 📚
42
- run: dotnet --version
43
-
44
- name: Restore 📦
45
run: dotnet restore --verbosity minimal
46
.github/workflows/test.yaml
@@ -2,9 +2,9 @@ name: Test
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [master]
6
pull_request:
7
8
9
env:
10
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
0 commit comments