Skip to content

Commit e59e2a7

Browse files
committed
add pack script
1 parent f07e173 commit e59e2a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Utility.CommandLine.Arguments.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
appveyor.yml = appveyor.yml
1414
CONTRIBUTING.md = CONTRIBUTING.md
1515
LICENSE = LICENSE
16+
pack.sh = pack.sh
1617
README.md = README.md
1718
EndProjectSection
1819
EndProject
19-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "examples\Example\Example.csproj", "{57E43670-9A19-4235-8552-EAB69404B56C}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "examples\Example\Example.csproj", "{57E43670-9A19-4235-8552-EAB69404B56C}"
2021
EndProject
2122
Global
2223
GlobalSection(SolutionConfigurationPlatforms) = preSolution

pack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet pack src/Utility.CommandLine.Arguments/Utility.CommandLine.Arguments.csproj -c Release -p:NuspecFile=Utility.CommandLine.Arguments.nuspec

0 commit comments

Comments
 (0)