version fix

This commit is contained in:
Christian Köllner 2019-12-31 00:51:23 +01:00
parent d2f3405cec
commit 09c5e31f34

View File

@ -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