Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 90820ff

Browse files
add publish bat to solution and update with property name changes
1 parent 222641f commit 90820ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/MSBNuget.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2525
..\changelog.txt = ..\changelog.txt
2626
..\LICENSE = ..\LICENSE
2727
MSBNuget.sln.DotSettings = MSBNuget.sln.DotSettings
28+
publish.nuget_org.bat = publish.nuget_org.bat
2829
..\README.md = ..\README.md
2930
EndProjectSection
3031
EndProject

src/publish.nuget_org.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msbuild /t:publish /p:PublishToOfficialNugetFeed=true
1+
msbuild /t:publish /p:NugetPublishToOfficialNugetFeed=true

0 commit comments

Comments
 (0)