-
Notifications
You must be signed in to change notification settings - Fork 55
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 #307 from OpenTouryoProject/develop
Additional fixes for v02-30 release.
Showing
19 changed files
with
365 additions
and
214 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
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
setlocal | ||
@echo off | ||
|
||
@rem ApiKeyを登録 | ||
..\..\..\..\nuget.exe SetApiKey [ApiKey] | ||
"..\..\..\..\nuget.exe" SetApiKey [ApiKey] | ||
|
||
@rem nuget.orgにPrimaryPackageを登録 | ||
..\..\..\..\nuget.exe push Touryo.Infrastructure.Public.*.nupkg -source https://www.nuget.org/ | ||
..\..\..\..\nuget.exe push Touryo.Infrastructure.Framework.*.nupkg -source https://www.nuget.org/ | ||
"..\..\..\..\nuget.exe" push Touryo.Infrastructure.Public.*.nupkg -source https://www.nuget.org/ | ||
"..\..\..\..\nuget.exe" push Touryo.Infrastructure.Framework.*.nupkg -source https://www.nuget.org/ | ||
|
||
pause |
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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
setlocal | ||
@echo off | ||
|
||
@rem ApiKeyを登録 | ||
..\..\..\..\nuget.exe SetApiKey [ApiKey] | ||
"..\..\..\..\nuget.exe" SetApiKey [ApiKey] | ||
|
||
@rem symbolsource.orgにSymbolPackageを登録 | ||
..\..\..\..\nuget.exe push Touryo.Infrastructure.Public.*.symbols.nupkg -source https://nuget.smbsrc.net/ | ||
..\..\..\..\nuget.exe push Touryo.Infrastructure.Framework.*.symbols.nupkg -source https://nuget.smbsrc.net/ | ||
"..\..\..\..\nuget.exe" push Touryo.Infrastructure.Public.*.symbols.nupkg -source https://nuget.smbsrc.net/ | ||
"..\..\..\..\nuget.exe" push Touryo.Infrastructure.Framework.*.symbols.nupkg -source https://nuget.smbsrc.net/ | ||
|
||
pause |
Oops, something went wrong.