Skip to content

Commit 7f5fa57

Browse files
committed
chore(cicd): little tweak again
1 parent d0172a6 commit 7f5fa57

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"Markdig": "[0.41.3, )",
322322
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
323323
"Serilog": "[4.2.0, )",
324-
"TELBlazor.Components": "[1.2.5-local, )"
324+
"TELBlazor.Components": "[1.2.6-local, )"
325325
}
326326
},
327327
"Markdig": {

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"Markdig": "[0.41.3, )",
359359
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
360360
"Serilog": "[4.2.0, )",
361-
"TELBlazor.Components": "[1.2.5-local, )"
361+
"TELBlazor.Components": "[1.2.6-local, )"
362362
}
363363
},
364364
"Markdig": {

TELBlazor.Components.ShowCase.E2ETests/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@
16111611
"Markdig": "[0.41.3, )",
16121612
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
16131613
"Serilog": "[4.2.0, )",
1614-
"TELBlazor.Components": "[1.2.5-local, )"
1614+
"TELBlazor.Components": "[1.2.6-local, )"
16151615
}
16161616
},
16171617
"Blazored.LocalStorage": {

TELBlazor.Components.ShowCase.WasmStaticClient/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"Markdig": "[0.41.3, )",
465465
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
466466
"Serilog": "[4.2.0, )",
467-
"TELBlazor.Components": "[1.2.5-local, )"
467+
"TELBlazor.Components": "[1.2.6-local, )"
468468
}
469469
},
470470
"Markdig": {

TELBlazor.Components/TELBlazor.Components.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<!--<Delete Files="TELBlazorPackageVersion/VersionInfo.TELBlazor.cs" />
6565
<Delete Files="TELBlazorPackageVersion/VersionInfo.cs" />-->
6666

67-
<Target Name="PreBuildCleanup" BeforeTargets="GenerateTELBlazorPackageVersion">
67+
<Target Name="PreBuildCleanup" BeforeTargets="GenerateTELBlazorPackageVersion;RunGulp">
6868
<Delete Files="TELBlazorPackageVersion/VersionInfo.TELBlazor.cs" />
6969
</Target>
70-
<Target Name="GenerateTELBlazorPackageVersion" DependsOnTargets="PreBuildCleanup" BeforeTargets="RunGulp">
70+
<Target Name="GenerateTELBlazorPackageVersion" DependsOnTargets="PreBuildCleanup" BeforeTargets="RunGulp;CoreCompile">
7171
<WriteLinesToFile
7272
File="TELBlazorPackageVersion\VersionInfo.TELBlazor.cs"
7373
Lines="// This file is auto-generated. Do not edit manually.
@@ -81,8 +81,8 @@ namespace TELBlazor.Components.TELBlazorPackageVersion
8181
Overwrite="true"
8282
Encoding="UTF-8" />
8383
</Target>
84-
85-
<Target Name="RunGulp" DependsOnTargets="GenerateTELBlazorPackageVersion" BeforeTargets="PrepareForBuild">
84+
<!-- qqqq was this beforetargets corecompile -->
85+
<Target Name="RunGulp" DependsOnTargets="GenerateTELBlazorPackageVersion" BeforeTargets="CoreCompile">
8686
<Exec WorkingDirectory="$(MSBuildProjectDirectory)/.."
8787
Command="npx gulp --cwd &quot;$(MSBuildProjectDirectory)&quot; --gulpfile &quot;$(MSBuildProjectDirectory)/gulpfile.js&quot;" />
8888
</Target>

0 commit comments

Comments
 (0)