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 @@ -45,8 +45,8 @@ bool singleStageRun = true;
45
45
46
46
Setup < BuildParameters> ( context =>
47
47
{
48
+ EnsureDirectoryExists ( "artifacts" ) ;
48
49
var parameters = BuildParameters . GetParameters ( context ) ;
49
- Build ( parameters . Configuration ) ;
50
50
var gitVersion = GetVersion ( parameters ) ;
51
51
parameters . Initialize ( context , gitVersion ) ;
52
52
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ void SetRubyGemPushApiKey(string apiKey)
36
36
37
37
GitVersion GetVersion ( BuildParameters parameters )
38
38
{
39
+ Build ( parameters . Configuration ) ;
39
40
var dllFile = GetFiles ( $ "**/GitVersionExe/bin/{ parameters . Configuration } /{ parameters . CoreFxVersion } /GitVersion.dll") . FirstOrDefault ( ) ;
40
41
var settings = new GitVersionSettings
41
42
{
You can’t perform that action at this time.
0 commit comments