Skip to content

Commit 9e4d0da

Browse files
authored
Appveyor - Remove net6.0-windows test as it needs to be published to generate an exe
1 parent 589e8d5 commit 9e4d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ after_build:
7979
New-Item C:\TMP -type directory
8080
ls c:\TMP
8181
82-
foreach ($target in @("net6.0-windows", "net462")) {
82+
foreach ($target in @("net462")) {
8383
if ($app) {
8484
Write-Host "Waiting for the driver to unmount..."
8585
Stop-Mirror($app)

0 commit comments

Comments
 (0)