From 0295ad94fd980c9a280a5bc5d8b7dc49f38369f5 Mon Sep 17 00:00:00 2001 From: Eddie Lin <5827855+fszlin@users.noreply.github.com> Date: Mon, 31 May 2021 14:32:19 -0400 Subject: [PATCH] update build --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 79c9809..80c8ea5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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