We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6592c7 commit 3aec78dCopy full SHA for 3aec78d
1 file changed
.github/workflows/pr-validation.yml
@@ -26,6 +26,9 @@ jobs:
26
needs: build
27
steps:
28
- uses: actions/checkout@v2
29
+ - uses: actions/setup-dotnet@v2
30
+ with:
31
+ global-json-file: global.json
32
- name: Disable strong name validation
33
if: matrix.os == 'windows-latest'
34
shell: pwsh
0 commit comments