This commit is contained in:
2022-12-09 16:55:52 +08:00
parent 54082a82f1
commit 3a1a71d1c1
2 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ if ($apikey -eq $null -or $apikey -eq "")
}
rm -r ./build/nupkgs
dotnet build -c Release ./src/NSExt.sln
dotnet build -c Release
$files = Get-ChildItem -Path ./build/nupkgs/ -Filter *.nupkg
foreach($file in $files)
{