Increased RepeatedEmbargoError TC timeout, $version$ token for .nuspec

This commit is contained in:
Christian Köllner 2019-08-21 20:51:22 +02:00
parent 2e524ef628
commit 44d160b5d1
4 changed files with 4 additions and 4 deletions

View File

@ -980,7 +980,7 @@ namespace Capnp.Net.Runtime.Tests
LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl); LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl);
} }
[TestMethod, Timeout(30000)] [TestMethod, Timeout(60000)]
public void RepeatedEmbargoError() public void RepeatedEmbargoError()
{ {
LaunchCompatTestProcess("server:MoreStuff", stdout => LaunchCompatTestProcess("server:MoreStuff", stdout =>

View File

@ -13,7 +13,7 @@ install:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
dotnet_csproj: dotnet_csproj:
patch: true patch: true
file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml;**\*.nuspec' file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml'
version: '{version}' version: '{version}'
package_version: '{version}' package_version: '{version}'
assembly_version: '{version}' assembly_version: '{version}'

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata> <metadata>
<id>capnpc-csharp-win-x86</id> <id>capnpc-csharp-win-x86</id>
<version>1.0.0</version> <version>$version$</version>
<packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl> <packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl>
<authors>Christian Köllner and contributors</authors> <authors>Christian Köllner and contributors</authors>
<owners>Christian Köllner</owners> <owners>Christian Köllner</owners>

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata> <metadata>
<id>capnpc-csharp</id> <id>capnpc-csharp</id>
<version>1.0.0</version> <version>$version$</version>
<packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl> <packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl>
<authors>Christian Köllner and contributors</authors> <authors>Christian Köllner and contributors</authors>
<owners>Christian Köllner</owners> <owners>Christian Köllner</owners>