We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd06ce commit 06cbf1eCopy full SHA for 06cbf1e
1 file changed
build.ps1
@@ -3,8 +3,10 @@ if (Test-Path ./build) {
3
Remove-Item -Path ./build -Recurse
4
}
5
New-Item -Path ./build -ItemType directory > $null
6
+New-Item -Path ./dist -ItemType directory > $null
7
Copy-Item -Path ./target/release/tabletdrivercleanup.exe -Destination ./build
8
Copy-Item -Path ./eng/dump.bat -Destination ./build
9
Copy-Item -Path ./eng/dry_run.bat -Destination ./build
10
Copy-Item -Path ./eng/no_prompt_uninstall.bat -Destination ./build
-Copy-Item -Path ./eng/internal_config_only.bat -Destination ./build
11
+Copy-Item -Path ./eng/internal_config_only.bat -Destination ./build
12
+Compress-Archive -Force ./build/* ./dist/tabletdrivercleanup.zip
0 commit comments