Skip to content
Snippets Groups Projects
Commit ec6b34a3 authored by Frederick Ding's avatar Frederick Ding
Browse files

Update to VS2022 build tools

parent f303cc9a
No related branches found
No related tags found
No related merge requests found
Pipeline #1725387684 passed with warnings
......@@ -11,7 +11,7 @@ variables:
SIGNFLATPAK: "false"
SIGNPGPKEY: "" # set in secret variables as file; passphrase not supported
BUILDFDK: "false" # this flag controls whether or not to build with AAC
MSBUILDPATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\MSBuild\\Current\\Bin"
MSBUILDPATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\MSBuild\\Current\\Bin"
# this is only needed if building for Linux
.fedora_flatpak: &using_fedora_flatpak
......@@ -117,7 +117,7 @@ build_windows_gui:
- windows
before_script:
- cd win\CS
- nuget restore
- dotnet restore
script:
- mkdir HandBrakeWPF\bin\publish
- copy ..\..\build\libhb\hb.dll HandBrakeWPF\bin\publish\hb.dll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment