File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,10 @@ function Exec
2222 }
2323}
2424
25- $artifacts = " .. \artifacts"
25+ $artifacts = " .\artifacts"
2626
2727if (Test-Path $artifacts ) { Remove-Item $artifacts - Force - Recurse }
2828
29- exec { & dotnet clean - c Release }
30-
31- exec { & dotnet build - c Release }
32-
33- exec { & dotnet test - c Release -- results- directory $artifacts -- no- build - l trx -- verbosity= normal }
29+ exec { & dotnet test - c Release -- results- directory $artifacts - l trx -- verbosity= normal }
3430
3531exec { & dotnet pack .\src\AutoMapper\AutoMapper.csproj - c Release - o $artifacts -- no- build }
36-
Original file line number Diff line number Diff line change 11$scriptName = $MyInvocation.MyCommand.Name
2- $artifacts = " .. /artifacts"
2+ $artifacts = " ./artifacts"
33
44if ([string ]::IsNullOrEmpty($Env: NUGET_API_KEY )) {
55 Write-Host " ${scriptName} : NUGET_API_KEY is empty or not set. Skipped pushing package(s)."
You can’t perform that action at this time.
0 commit comments