Skip to content

Commit 8a02ec2

Browse files
[build] Use our .NET SDK on Windows
1 parent 1271579 commit 8a02ec2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ jobs:
2121
- name: Run task 'build'
2222
shell: cmd
2323
run: |
24-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
2524
./build.cmd build
2625
- name: Run task 'in-tests-core'
2726
shell: cmd
2827
run: |
29-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
3028
./build.cmd in-tests-core -e
3129
- name: Upload test results
3230
uses: actions/upload-artifact@v3
@@ -45,12 +43,10 @@ jobs:
4543
- name: Run task 'build'
4644
shell: cmd
4745
run: |
48-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
4946
./build.cmd build
5047
- name: Run task 'in-tests-full'
5148
shell: cmd
5249
run: |
53-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
5450
./build.cmd in-tests-full -e
5551
- name: Upload test results
5652
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)