Skip to content

Commit

Permalink
Fix test-docker-linux.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
cklutz committed Oct 8, 2024
1 parent ef5804c commit 186f5d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test-docker-linux.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -e VSTEST_HOST_DEBUG=1 `
docker run `
--rm --name LockCheck.Tests `
-e VSTEST_HOST_DEBUG=1 `
-v $PWD:/mnt/lc `
-v ${PWD}\..:/mnt/lc `
-w /mnt/lc `
mcr.microsoft.com/dotnet/sdk:9.0 `
"dotnet build && dotnet test LockCheck.Tests\LockCheck.Tests.csproj"
mcr.microsoft.com/dotnet/sdk:8.0 `
bash -c '/usr/share/dotnet/dotnet test -c Release -f net8.0 test/LockCheck.Tests/LockCheck.Tests.csproj && /usr/share/dotnet/dotnet test -c Debug -f net8.0 test/LockCheck.Tests/LockCheck.Tests.csproj'

0 comments on commit 186f5d0

Please sign in to comment.