Skip to content

Commit 4f838b6

Browse files
committed
Remove deployment
1 parent b971ed1 commit 4f838b6

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

appveyor.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,3 @@ build_script:
2525

2626
test_script:
2727
- nunit-console "GitVersionTask.Tests\bin\%CONFIGURATION%\GitVersionTask.Tests.dll" "GitVersionExe.Tests\bin\%CONFIGURATION%\GitVersionExe.Tests.dll" "GitVersionCore.Tests\bin\%CONFIGURATION%\GitVersionCore.Tests.dll" /noshadow
28-
29-
deploy:
30-
- provider: NuGet
31-
server: http://chocolatey.org
32-
api_key:
33-
secure: mb19XDM/nj6pBpA9sCeS79TcrS1aaJri8ID9iB1agXDrFEFgi0MRACXZ5ZMOIDLd
34-
artifact: /GitVersion.Portable\.$(GitVersion_NuGetVersion)\.nupkg/
35-
36-
- provider: NuGet
37-
api_key:
38-
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
39-
artifact: /GitVersion.CommandLine\.$(GitVersion_NuGetVersion)\.nupkg/
40-
41-
- provider: NuGet
42-
api_key:
43-
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
44-
artifact: /GitVersionTask\.$(GitVersion_NuGetVersion)\.nupkg/
45-
46-
- provider: NuGet
47-
api_key:
48-
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
49-
artifact: /GitVersion\.$(GitVersion_NuGetVersion)\.nupkg/
50-
51-
- provider: GitHub
52-
release: v$(GitVersion_SemVer)
53-
tag: v$(GitVersion_SemVer)
54-
auth_token:
55-
secure: QCfgNKY8+AxmhK4kX05Y38K54C/P9lopjymJqsMTExjh5y7r0kFmLLBzSmcUrWUS
56-
artifact: /GitVersion_$(GitVersion_NuGetVersion).zip/

0 commit comments

Comments
 (0)