diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-06 16:12:39 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-12-06 17:17:50 -0600 |
commit | 5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62 (patch) | |
tree | 83940e498adb161fc266f536baf783642c3b027a /src/ext/Bal/bal.cmd | |
parent | 70db45771d19126cdc85bcdc08cbcf36e002e2b5 (diff) | |
download | wix-5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62.tar.gz wix-5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62.tar.bz2 wix-5c7b1a8fa2b02ddd758c0c267f59b7e77b527f62.zip |
More VS2022 fixes.
Update v4.0 projects to target v4.7.2.
Skip all Bal managed host tests for now.
Remove ToolsVersion from DTF test projects.
Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props.
Diffstat (limited to 'src/ext/Bal/bal.cmd')
-rw-r--r-- | src/ext/Bal/bal.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/Bal/bal.cmd b/src/ext/Bal/bal.cmd index 6253c5a7..f8894f76 100644 --- a/src/ext/Bal/bal.cmd +++ b/src/ext/Bal/bal.cmd | |||
@@ -26,7 +26,8 @@ msbuild -p:Configuration=%_C% test\examples\examples.proj || exit /b | |||
26 | 26 | ||
27 | :: Test | 27 | :: Test |
28 | dotnet test -c %_C% --no-build test\WixToolsetTest.Bal || exit /b | 28 | dotnet test -c %_C% --no-build test\WixToolsetTest.Bal || exit /b |
29 | dotnet test -c %_C% --no-build test\WixToolsetTest.ManagedHost || exit /b | 29 | :: https://github.com/wixtoolset/issues/issues/6651 |
30 | ::dotnet test -c %_C% --no-build test\WixToolsetTest.ManagedHost || exit /b | ||
30 | 31 | ||
31 | :: Pack | 32 | :: Pack |
32 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.Bal.wixext.csproj || exit /b | 33 | msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.Bal.wixext.csproj || exit /b |