Skip to content

Commit

Permalink
Appveyor - Remove net6.0-windows test as it needs to be published to …
Browse files Browse the repository at this point in the history
…generate an exe
  • Loading branch information
Liryna authored Dec 23, 2023
1 parent 589e8d5 commit 9e4d0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ after_build:
New-Item C:\TMP -type directory
ls c:\TMP
foreach ($target in @("net6.0-windows", "net462")) {
foreach ($target in @("net462")) {
if ($app) {
Write-Host "Waiting for the driver to unmount..."
Stop-Mirror($app)
Expand Down

0 comments on commit 9e4d0da

Please sign in to comment.