Skip to content

Commit

Permalink
Test default SDK behavior pre-6 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed Nov 21, 2021
1 parent 7366b16 commit cd7982e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ test_script:
- git clean -dxf tests
- msbuild /restore tests/SingleTFM /p:TestFramework=net6.0 /warnaserror /nr:false /v:m
- git clean -dxf tests
- msbuild /restore tests/WPF /warnaserror /nr:false /v:m
- msbuild /restore tests/WPF /warnaserror /nr:false /v:m /p:IncludePackageReferencesDuringMarkupCompilation=false
- git clean -dxf tests
- msbuild /restore tests/WPF /warnaserror /nr:false /v:m /p:IncludePackageReferencesDuringMarkupCompilation=true

- git clean -dxf tests
- dotnet msbuild -restore tests/MultiTFM -warnaserror -nr:false -v:m
Expand All @@ -61,6 +63,8 @@ test_script:
- git clean -dxf tests
- dotnet msbuild -restore tests/SingleTFM -p:TestFramework=net6.0 -warnaserror -nr:false -v:m
- git clean -dxf tests
- dotnet msbuild -restore tests/WPF -warnaserror -nr:false -v:m
- dotnet msbuild -restore tests/WPF -warnaserror -nr:false -v:m /p:IncludePackageReferencesDuringMarkupCompilation=false
- git clean -dxf tests
- dotnet msbuild -restore tests/WPF -warnaserror -nr:false -v:m /p:IncludePackageReferencesDuringMarkupCompilation=true
artifacts:
- path: 'TunnelVisionLabs.ReferenceAssemblyAnnotator\**\*.nupkg'

0 comments on commit cd7982e

Please sign in to comment.