forked from x97mdr/pickles
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from dirkrombauts/PrepareFor1.0
Prepare for1.0
- Loading branch information
Showing
6 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@ECHO OFF | ||
|
||
REM this script supposes you set the chocolatey API key by running this command: | ||
REM NuGet SetApiKey <your key here> -source https://chocolatey.org/ | ||
REM Mind the trailing slash! | ||
|
||
cd .\deploy\chocolatey\ | ||
|
||
choco push pickles.%1.nupkg | ||
choco push picklesui.%1.nupkg | ||
|
||
cd ..\..\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@ECHO OFF | ||
|
||
REM this script supposes you set the nuget API key by running this command: | ||
REM NuGet SetApiKey <your key here> | ||
|
||
cd .\src\Pickles\packages\NuGet.CommandLine.*\tools | ||
|
||
nuget push ..\..\..\..\..\deploy\Pickles.%1.nupkg | ||
nuget push ..\..\..\..\..\deploy\Pickles.CommandLine.%1.nupkg | ||
nuget push ..\..\..\..\..\deploy\Pickles.MSBuild.%1.nupkg | ||
|
||
cd ..\..\..\..\..\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters