-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Release Notes link in NuGet package.
- Also update nuget-symbols.cmd.
- Loading branch information
Anthony Sneed
committed
Sep 27, 2017
1 parent
e8321d7
commit 4476e72
Showing
8 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
Binary file modified
BIN
+5 Bytes
(100%)
NuGet/TrackableEntities.Common.Core/TrackableEntities.Common.Core.1.0.0-beta.nupkg
Binary file not shown.
Binary file modified
BIN
+7 Bytes
(100%)
NuGet/TrackableEntities.Common.Core/TrackableEntities.Common.Core.1.0.0-beta.symbols.nupkg
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
NuGet/TrackableEntities.EF.Core/TrackableEntities.EF.Core.1.0.0-beta.nupkg
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
NuGet/TrackableEntities.EF.Core/TrackableEntities.EF.Core.1.0.0-beta.symbols.nupkg
Binary file not shown.
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,8 +1,9 @@ | ||
rem Pushing Symbols packages to NuGet.org | ||
|
||
set version=1.0.0-alpha2 | ||
set version=1.0.0-beta | ||
set source=https://nuget.smbsrc.net/ | ||
NuGet.exe SetApiKey 5682793e-2994-4016-b7b4-c11be576703b | ||
NuGet.exe push TrackableEntities.Common.Core\TrackableEntities.Common.Core.%version%.symbols.nupkg | ||
NuGet.exe push TrackableEntities.EF.Core\TrackableEntities.EF.Core.%version%.symbols.nupkg | ||
rem NuGet.exe push Output\TrackableEntities.Patterns.Core\TrackableEntities.Patterns.Core.%version%.symbols.nupkg | ||
rem NuGet.exe push Output\TrackableEntities.Patterns.EF.Core\TrackableEntities.Patterns.EF.Core.%version%.symbols.nupkg | ||
rem NuGet.exe push TrackableEntities.Common.Core\TrackableEntities.Common.Core.%version%.symbols.nupkg -source %source% | ||
NuGet.exe push TrackableEntities.EF.Core\TrackableEntities.EF.Core.%version%.symbols.nupkg -source %source% | ||
rem NuGet.exe push Output\TrackableEntities.Patterns.Core\TrackableEntities.Patterns.Core.%version%.symbols.nupkg -source %source% | ||
rem NuGet.exe push Output\TrackableEntities.Patterns.EF.Core\TrackableEntities.Patterns.EF.Core.%version%.symbols.nupkg -source %source% |
Binary file not shown.
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