We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d2344 commit 3d512bfCopy full SHA for 3d512bf
appveyor.yml
@@ -20,12 +20,3 @@ deploy:
20
url: https://app.signpath.io/API/v1/7a941fa3-64d8-4c45-bd03-92a02bcd4964/Integrations/AppVeyor?ProjectSlug=Snap.Hutao&SigningPolicySlug=release-signing&ArtifactConfigurationSlug=msix
21
authorization:
22
secure: j8srQ5/UYWhI+jlm3Vo3D3QfXoRyQ9hOn3ynJGtwusKui4+uDi4gykdUFYCITZxK+C/fOCAZNJ+YaKSm/OaiXw==
23
-on_finish:
24
-- pwsh: |
25
- Write-Host "Cleaning up NuGet cache..."
26
- Remove-Item -Recurse -Force "$env:LOCALAPPDATA\NuGet\v3-cache"
27
- Write-Host "NuGet cache cleaned."
28
-
29
- Write-Host "Cleaning up .NET install folder..."
30
- Remove-Item -Recurse -Force "C:\Users\Public\Documents\dotnet_install"
31
- Write-Host ".NET install folder cleaned."
0 commit comments