make push
This commit is contained in:
parent
eb8b765fc2
commit
d28d091d65
2 changed files with 4 additions and 4 deletions
|
|
@ -60,13 +60,13 @@ bin/output:
|
|||
@$(dnu) publish
|
||||
|
||||
bin/output/wwwroot/version: bin/output
|
||||
echo $(version) > bin/output/wwwroot/version
|
||||
@echo $(version) > bin/output/wwwroot/version
|
||||
|
||||
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
|
||||
nuget push bin/$(PRJNAME).$(VERSION).nupkg $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE)
|
||||
@nuget push bin/$(PRJNAME).$(VERSION).nupkg $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE)
|
||||
|
||||
.PHONY: rc-num.txt-check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue