Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Feb 12, 2024
1 parent fbf607c commit 42eb223
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ platform: x64
configuration: Release

before_build:
- ps: dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json -n CommunityToolkitLabs; msbuild AniMoe.sln /t:Restore /p:Configuration=Release
- ps: dotnet nuget add source https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json -n CommunityToolkitLabs
- ps: msbuild AniMoe.sln /t:Restore /p:Configuration=Release

build:
project: AniMoe.sln
verbosity: normal
build_script:
- msbuild AniMoe.sln /p:Configuration=Release /p:Platform=x64 /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxBundle=Never /p:GenerateAppxPackageOnBuild=true /p:AppxPackageTestDir="Packages\"

artifacts:
- path: 'Packages\*.msix'

0 comments on commit 42eb223

Please sign in to comment.