mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-13 07:11: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);
|
LaunchCompatTestProcess("server:MoreStuff", EmbargoErrorImpl);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod, Timeout(30000)]
|
[TestMethod, Timeout(60000)]
|
||||||
public void RepeatedEmbargoError()
|
public void RepeatedEmbargoError()
|
||||||
{
|
{
|
||||||
LaunchCompatTestProcess("server:MoreStuff", stdout =>
|
LaunchCompatTestProcess("server:MoreStuff", stdout =>
|
||||||
|
@ -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}'
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user