Skip to content

Commit

Permalink
[build] Use our .NET SDK on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Nov 15, 2023
1 parent 1271579 commit 8a02ec2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
- name: Run task 'build'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./build.cmd build
- name: Run task 'in-tests-core'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./build.cmd in-tests-core -e
- name: Upload test results
uses: actions/upload-artifact@v3
Expand All @@ -45,12 +43,10 @@ jobs:
- name: Run task 'build'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./build.cmd build
- name: Run task 'in-tests-full'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
./build.cmd in-tests-full -e
- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8a02ec2

Please sign in to comment.