Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-06-16 01:41:58 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-06-16 01:41:58 +0300
commita6f3e74f93375845cb8e08f0c519dda6e909f896 (patch)
treeedb99b0a98c4bfd32b7a6ec87bdab3f0504d163a /build
parent3888f187bb27ad13dce9ad2912710b17839a04b5 (diff)
Update
Diffstat (limited to 'build')
-rw-r--r--build/NugetPublish_UVtools.AvaloniaControls.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NugetPublish_UVtools.AvaloniaControls.ps1 b/build/NugetPublish_UVtools.AvaloniaControls.ps1
index d01c2a8..360c647 100644
--- a/build/NugetPublish_UVtools.AvaloniaControls.ps1
+++ b/build/NugetPublish_UVtools.AvaloniaControls.ps1
@@ -24,7 +24,7 @@ if (Test-Path -Path $nugetApiKeyFile -PathType Leaf)
if (Test-Path -Path $nupkg -PathType Leaf){
$nugetApiKeyFile = (Get-Content $nugetApiKeyFile)
- #dotnet nuget push $nupkg --api-key $nugetApiKeyFile --source https://api.nuget.org/v3/index.json
+ dotnet nuget push $nupkg --api-key $nugetApiKeyFile --source https://api.nuget.org/v3/index.json
#Remove-Item $nupkg
}else {
Write-Error "Nuget package publish failed!"