Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin committed May 31, 2021
1 parent 1c542c7 commit 0295ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install:
- ps: >-
$domain1 = "*.lo0.in";
$domain2 = "*.ci-$($env:APPVEYOR_BUILD_NUMBER).lo0.in";
- ps: dotnet tool install dotnet-certes --version *-* --add-source https://www.myget.org/F/certes/api/v3/index.json
- ps: dotnet new tool-manifest
- ps: dotnet tool install dotnet-certes --version *-* --add-source https://www.myget.org/F/certes/api/v3/index.json

nuget:
disable_publish_on_pr: true
Expand Down

0 comments on commit 0295ad9

Please sign in to comment.