bad place for this param
This commit is contained in:
@ -54,7 +54,7 @@ deploy_staging:
|
|||||||
- echo "Deploy to staging server"
|
- echo "Deploy to staging server"
|
||||||
- make strip_yavscd
|
- make strip_yavscd
|
||||||
- cd src/Yavsc.Abstract
|
- cd src/Yavsc.Abstract
|
||||||
- make push NUGETSOURCE=$NUGETSOURCE NUGETSOURCEAPIKEY=$NUGETSOURCEAPIKEY -SkipDuplicate
|
- make push NUGETSOURCE=$NUGETSOURCE NUGETSOURCEAPIKEY=$NUGETSOURCEAPIKEY
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: staging
|
||||||
url: https://yavscpre.pschneider.fr
|
url: https://yavscpre.pschneider.fr
|
||||||
|
@ -66,7 +66,7 @@ pack: $(BINTARGETPATH) ../../version.txt
|
|||||||
@nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory bin
|
@nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory bin
|
||||||
|
|
||||||
push: pack
|
push: pack
|
||||||
@nuget push bin/$(PRJNAME).$(VERSION).nupkg $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE)
|
@nuget push bin/$(PRJNAME).$(VERSION).nupkg $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE) -SkipDuplicate
|
||||||
|
|
||||||
.PHONY: rc-num.txt-check
|
.PHONY: rc-num.txt-check
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user