Skip to content

Commit c8af1ed

Browse files
committed
fix(ci): restore all projects
1 parent b31c89e commit c8af1ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Build.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
$revision = @{ $true = $env:APPVEYOR_BUILD_NUMBER; $false = 1 }[$env:APPVEYOR_BUILD_NUMBER -ne $NULL];
22
$revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
33

4-
dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
5-
dotnet build .\src\JsonApiDotNetCore -c Release
4+
dotnet restore
65

76
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
87
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
98

9+
dotnet build .\src\JsonApiDotNetCore -c Release
10+
1011
echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
1112
echo "VERSION-SUFFIX: alpha1-$revision"
1213

0 commit comments

Comments
 (0)