We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf85c6 commit 77b7141Copy full SHA for 77b7141
1 file changed
nuke/Build.cs
@@ -130,6 +130,7 @@ protected override void OnBuildInitialized()
130
{
131
DotNetBuild(s => s
132
.SetProjectFile(project)
133
+ .SetVersion(Version)
134
.SetConfiguration(Configuration)
135
.EnableNoRestore());
136
});
@@ -162,6 +163,7 @@ protected override void OnBuildInitialized()
162
163
.SetOutputDirectory(ResultDirectory)
164
.SetIncludeSymbols(true)
165
.SetSymbolPackageFormat("snupkg")
166
+ .EnableNoRestore()
167
);
168
169
0 commit comments