Skip to content

Commit 77b7141

Browse files
committed
Use explicit version
1 parent dbf85c6 commit 77b7141

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuke/Build.cs

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ protected override void OnBuildInitialized()
130130
{
131131
DotNetBuild(s => s
132132
.SetProjectFile(project)
133+
.SetVersion(Version)
133134
.SetConfiguration(Configuration)
134135
.EnableNoRestore());
135136
});
@@ -162,6 +163,7 @@ protected override void OnBuildInitialized()
162163
.SetOutputDirectory(ResultDirectory)
163164
.SetIncludeSymbols(true)
164165
.SetSymbolPackageFormat("snupkg")
166+
.EnableNoRestore()
165167
);
166168
});
167169
});

0 commit comments

Comments
 (0)