File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,16 @@ after_build:
2626 if ($env:APPVEYOR_REPO_TAG -eq $true) {
2727 xcopy .\IIS.Compression\bin\Release\x86\* .\build\32bit\ /I
2828 xcopy .\IIS.Compression\bin\Release\x64\* .\build\64bit\ /I
29- nuget pack .\IIS.Compression.SiteExtension.nuspec -BasePath .\build -OutputDirectory .\ -Version $env:APPVEYOR_REPO_TAG_NAME
29+ nuget pack .\IIS.Compression.SiteExtension.nuspec -BasePath .\build -OutputDirectory .\ -Version $($ env:APPVEYOR_REPO_TAG_NAME.Substring(1))
3030 }
3131
3232artifacts :
3333 - path : ' *.nupkg'
3434
3535deploy :
36- provider : NuGet
37- api_key :
38- secure : z8WTDEqftESoalyJXT6Fta22vbcgwZ2M9FXLpU4KnAEtcsXbQVpoNURDBk0W8b6S
39- skip_symbols : true
40- artifact : /.*\.nupkg/
41- on :
42- appveyor_repo_tag : true
36+ - provider : NuGet
37+ api_key : $(NUGET_API_KEY)
38+ skip_symbols : true
39+ artifact : /.*\.nupkg/
40+ on :
41+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments