mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
Increased RepeatedEmbargoError TC timeout, $version$ token for .nuspec
This commit is contained in:
parent
2e524ef628
commit
44d160b5d1
@ -980,7 +980,7 @@ namespace Capnp.Net.Runtime.Tests
|
||||
LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl);
|
||||
}
|
||||
|
||||
[TestMethod, Timeout(30000)]
|
||||
[TestMethod, Timeout(60000)]
|
||||
public void RepeatedEmbargoError()
|
||||
{
|
||||
LaunchCompatTestProcess("server:MoreStuff", stdout =>
|
||||
|
@ -13,7 +13,7 @@ install:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
dotnet_csproj:
|
||||
patch: true
|
||||
file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml;**\*.nuspec'
|
||||
file: '**\*.csproj;**\*.props;**\*.fsproj;**\*.xml'
|
||||
version: '{version}'
|
||||
package_version: '{version}'
|
||||
assembly_version: '{version}'
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<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>
|
||||
<authors>Christian Köllner and contributors</authors>
|
||||
<owners>Christian Köllner</owners>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>capnpc-csharp</id>
|
||||
<version>1.0.0</version>
|
||||
<version>$version$</version>
|
||||
<packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl>
|
||||
<authors>Christian Köllner and contributors</authors>
|
||||
<owners>Christian Köllner</owners>
|
||||
|
Loading…
x
Reference in New Issue
Block a user