Skip to content

Commit b0fab70

Browse files
Copilotatifaziz
andcommitted
Update integration tests to use build.ps1 for packing
Co-authored-by: atifaziz <20511+atifaziz@users.noreply.github.com>
1 parent f1894e6 commit b0fab70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ try
2424
}
2525
Remove-Item -Recurse -Force (Join-Path $props.RestorePackagesPath docopt.net) -ErrorAction SilentlyContinue
2626
if (!$noPack) {
27-
dotnet pack -c Release ../..
27+
dotnet pwsh ../../build.ps1 -Pack -Configuration Release
2828
if ($LASTEXITCODE) { throw }
2929
}
3030
Remove-Item bin, obj -Recurse -Force -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)