diff --git a/appveyor.yml b/appveyor.yml index 00a61e1..7892b2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.3.0-alpha' +version: '1.3.0' image: Visual Studio 2019 # branches: # only: @@ -62,6 +62,7 @@ test_script: - cmd: vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.Generator.Tests\bin\Release\netcoreapp2.1\CapnpC.CSharp.Generator.Tests.dll # - cmd: cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install # - cmd: choco install capnpc-csharp --source=".;https://chocolatey.org/api/v2" --force -y + - cmd: choco install capnproto --source="https://chocolatey.org/api/v2" --force -y - cmd: cd %APPVEYOR_BUILD_FOLDER%\capnpc-csharp - cmd: dotnet tool install --global --add-source ./nupkg capnpc-csharp - cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test @@ -69,7 +70,7 @@ test_script: - cmd: cd %APPVEYOR_BUILD_FOLDER% - cmd: vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.Generator.Tests\bin\Release\netcoreapp2.1\CapnpC.CSharp.Generator.Tests.dll # - cmd: choco uninstall capnpc-csharp -y - - cmd: dotnet tool install --global capnpc-csharp + - cmd: dotnet tool uninstall --global capnpc-csharp - cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test - cmd: notinstalled-test - cmd: cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install