mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
CI fix
This commit is contained in:
parent
98b4b6e355
commit
a32aee7862
@ -5,6 +5,7 @@
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<Version>1.0-local</Version>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<PackageReferenceVersion Condition="'$(PackageReferenceVersion)'==''">$(Version)*</PackageReferenceVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@ -12,8 +13,8 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Capnp.Net.Runtime" Version="$(Version)*" />
|
||||
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="$(Version)*" />
|
||||
<PackageReference Include="Capnp.Net.Runtime" Version="$(PackageReferenceVersion)" />
|
||||
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.0.0-local1910031632" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -75,7 +75,7 @@ test_script:
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
- cmd: vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.MsBuild.Generation.Tests\bin\Release\netcoreapp2.2\CapnpC.CSharp.MsBuild.Generation.Tests.dll
|
||||
- cmd: dotnet restore ./MsBuildGenerationTest/MsBuildGenerationTest.csproj --verbosity m
|
||||
- cmd: msbuild ./MsBuildGenerationTest/MsBuildGenerationTest.sln /p:Configuration="Debug"
|
||||
- cmd: msbuild ./MsBuildGenerationTest/MsBuildGenerationTest.sln /p:Configuration="Debug" /p:PackageReferenceVersion="{version}"
|
||||
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll
|
||||
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll
|
||||
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests.Core21\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
||||
|
Loading…
x
Reference in New Issue
Block a user