We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5b449 commit 147eaeaCopy full SHA for 147eaea
Build.ps1
@@ -60,8 +60,5 @@ $revision = @{ $true = $env:APPVEYOR_BUILD_NUMBER; $false = 1 }[$env:APPVEYOR_BU
60
$revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
61
62
exec { & dotnet build .\src\JsonApiDotNetCore -c Release }
63
-exec { & dotnet build .\test\JsonApiDotNetCoreExampleTests -c Release }
64
-
65
-exec { & dotnet test .\test\JsonApiDotNetCoreExampleTests -c Release }
66
67
exec { & dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision }
0 commit comments