We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe22b0 commit 0363c07Copy full SHA for 0363c07
cleanupcode.ps1
@@ -8,10 +8,10 @@ if ($LASTEXITCODE -ne 0) {
8
throw "Tool restore failed with exit code $LASTEXITCODE"
9
}
10
11
-dotnet build -c Release
+dotnet restore
12
13
if ($LASTEXITCODE -ne 0) {
14
- throw "Build failed with exit code $LASTEXITCODE"
+ throw "Package restore failed with exit code $LASTEXITCODE"
15
16
17
dotnet regitlint -s JsonApiDotNetCore.sln --print-command --jb --profile --jb --profile='\"JADNC Full Cleanup\"' --jb --properties:Configuration=Release --jb --verbosity=WARN
0 commit comments