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 fda1f19 commit c389797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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; msbuild AniMoe.sln /t:Restore /p:Configuration=Release

build:
project: AniMoe.sln
Expand Down

0 comments on commit c389797

Please sign in to comment.