-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: adjust windows docker to use vs2022 base
- chocolatey deprecated shims, use proper `choco install` - drop downloading and installing win10 sdk for .NET 4.6 SDK, should be possible to build with 4.8.1 in the base - use VsDevCmd instead of vsvarall, but don't specify host arch - adjust vc redistributables (also fix sha256 of installer verify script)
- Loading branch information
1 parent
619723a
commit 66a8c19
Showing
3 changed files
with
45 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
12a69af8623d70026690ba14139bf3793cc76c865759cad301b207c1793063ed Source/Redist/vc_redist.x86.exe | ||
1acd8d5ea1cdc3eb2eb4c87be3ab28722d0825c15449e5c9ceef95d897de52fa Source/Redist/vc_redist.x86.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters