File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
echo Creating nuget package...
10
10
11
11
dotnet clean ./CSharpDriver.sln
12
- dotnet pack ./CSharpDriver.sln -o ./artifacts/nuget -c Release -p:Version=" $PACKAGE_VERSION " --include-symbols -p:SymbolPackageFormat=snupkg
12
+ dotnet pack ./CSharpDriver.sln -o ./artifacts/nuget -c Release -p:Version=" $PACKAGE_VERSION " --include-symbols -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true
Original file line number Diff line number Diff line change 24
24
<IncludeSymbols >true</IncludeSymbols >
25
25
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
26
26
<PublishRepositoryUrl >true</PublishRepositoryUrl >
27
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
27
28
</PropertyGroup >
28
29
29
30
<PropertyGroup Condition =" '$(Version)'==''" >
You can’t perform that action at this time.
0 commit comments