Skip to content

Commit f20b8d1

Browse files
committed
Merge branch 'main' of github.com:microsoft/SqlScriptDOM into dev/fix102
2 parents 1fc2e3a + 3aec78d commit f20b8d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
needs: build
2727
steps:
2828
- uses: actions/checkout@v2
29+
- uses: actions/setup-dotnet@v2
30+
with:
31+
global-json-file: global.json
2932
- name: Disable strong name validation
3033
if: matrix.os == 'windows-latest'
3134
shell: pwsh

0 commit comments

Comments
 (0)