Update build
This commit is contained in:
Родитель
1cabe6915d
Коммит
a82c2a421d
|
@ -83,6 +83,8 @@ class Build : NukeBuild
|
|||
DotNetTest(s => s
|
||||
.SetProjectFile(Solution)
|
||||
.SetConfiguration(Configuration)
|
||||
.SetLogger("trx")
|
||||
.SetResultsDirectory(ArtifactsDirectory / "TestResults")
|
||||
.EnableNoBuild()
|
||||
.EnableNoRestore());
|
||||
});
|
||||
|
@ -110,6 +112,6 @@ class Build : NukeBuild
|
|||
.SetVersionSuffix(VersionSuffix)
|
||||
.SetFramework(PublishFramework)
|
||||
.SetRuntime(PublishRuntime)
|
||||
.SetOutput(ArtifactsDirectory / PublishProject + "-" + PublishRuntime));
|
||||
.SetOutput(ArtifactsDirectory / "Publish" / PublishProject + "-" + PublishRuntime));
|
||||
});
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче