mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-12-26 02:35:48 +08:00
<adjust>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user