File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ static string GetOTelAutoInstrumentationFileName()
86
86
return fileName ;
87
87
}
88
88
89
- Target AddSplunkDistribution => _ => _
90
- . After ( UnpackAutoInstrumentationDistribution )
89
+ Target AddSplunkPlugins => _ => _
90
+ . After ( Compile )
91
91
. Executes ( ( ) =>
92
92
{
93
93
FileSystemTasks . CopyFileToDirectory (
@@ -97,7 +97,7 @@ static string GetOTelAutoInstrumentationFileName()
97
97
} ) ;
98
98
99
99
Target PackSplunkDistribution => _ => _
100
- . After ( Compile )
100
+ . After ( AddSplunkPlugins )
101
101
. Executes ( ( ) =>
102
102
{
103
103
var fileName = GetOTelAutoInstrumentationFileName ( ) ;
@@ -143,8 +143,8 @@ static string GetOTelAutoInstrumentationFileName()
143
143
. DependsOn ( Restore )
144
144
. DependsOn ( DownloadAutoInstrumentationDistribution )
145
145
. DependsOn ( UnpackAutoInstrumentationDistribution )
146
- . DependsOn ( AddSplunkDistribution )
147
146
. DependsOn ( Compile )
147
+ . DependsOn ( AddSplunkPlugins )
148
148
. DependsOn ( RunUnitTests )
149
149
. DependsOn ( RunIntegrationTests )
150
150
. DependsOn ( PackSplunkDistribution ) ;
You can’t perform that action at this time.
0 commit comments