We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d841bc1 commit ca48d7aCopy full SHA for ca48d7a
src/appveyor.yml
@@ -29,6 +29,7 @@ build_script:
29
- dotnet build src/Polyfill.slnx --configuration Release --verbosity quiet
30
- pwsh: ./src/run-tests.ps1
31
- dotnet build src/PolyfillTrimmed.slnf --target PublishAll --configuration Release
32
+- msbuild.exe src/PolyfillUwp.slnx /p:Configuration=Release -verbosity:quiet
33
34
on_failure:
35
- ps: Get-ChildItem *.received.* -recurse | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
0 commit comments