Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn authored Jun 20, 2023
1 parent 5136034 commit 4111ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ Task("Create-NuGet-Packages")
SymbolPackageFormat = "snupkg",
OutputDirectory = param.Paths.Directories.NuGetDirectoryPath,
ArgumentCustomization = args => args
.Append($"/p:ContinuousIntegrationBuild=true")
.Append($"/p:EmbedUntrackedSources=true")
.Append("/p:ContinuousIntegrationBuild=true")
.Append("/p:EmbedUntrackedSources=true")
.Append($"/p:Version={param.Version}")
});
});
Expand Down

0 comments on commit 4111ff9

Please sign in to comment.