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 cf75d26 commit d424bddCopy full SHA for d424bdd
.github/workflows/NetCoreTests.yml
@@ -63,16 +63,16 @@ jobs:
63
- name: Set up ${{matrix.DB}}
64
run: ${{matrix.DB_INIT}}
65
66
- - name: Set up .NET
67
- uses: actions/setup-dotnet@v5
68
- with:
69
- global-json-file: global.json
70
-
71
- name: Checkout
72
uses: actions/checkout@v5
73
with:
74
show-progress: false
75
+ - name: Set up .NET
+ uses: actions/setup-dotnet@v5
+ with:
+ global-json-file: ./global.json
+
76
- name: Build and Test
77
run: |
78
pwsh -noprofile -command "& ./build.ps1 -TaskList Set-Configuration,Test -properties @{'Database' = '${{matrix.DB}}';'ConnectionString'='${{matrix.CONNECTION_STRING}}'}"
0 commit comments