cleaning
This commit is contained in:
@ -5,9 +5,6 @@
|
|||||||
image: busybox:latest
|
image: busybox:latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Before script section"
|
|
||||||
- echo "For example you might run an update here or install a build dependency"
|
|
||||||
- echo "Or perhaps you might print out some debugging details"
|
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
@ -33,7 +30,7 @@ publish:
|
|||||||
- src/nuget-host/bin/Release/netcoreapp2.1/publish/
|
- src/nuget-host/bin/Release/netcoreapp2.1/publish/
|
||||||
when: always
|
when: always
|
||||||
script:
|
script:
|
||||||
- dotnet publish --version-suffix ci --configuration Release --ignore-failed-sources
|
- dotnet publish --configuration Release
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Reference in New Issue
Block a user