mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
chore(JsVesion): bump javascript version tool 1.1.3 (#2740)
* chore: update jsver tool script * chore: update jsversion tool version to 1.1.3
This commit is contained in:
parent
e851c998ea
commit
ca182f1858
@ -9,7 +9,7 @@
|
||||
]
|
||||
},
|
||||
"jsversionmaker": {
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.3",
|
||||
"commands": [
|
||||
"jsver"
|
||||
]
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
<Target Name="Version" AfterTargets="CompileTypeScriptWithTSConfig" BeforeTargets="BeforeCompile" Condition="'$(Configuration)' == 'Release' and '$(TargetFramework)' == 'net8.0'">
|
||||
<Exec Command="dotnet tool restore"></Exec>
|
||||
<Exec Command="dotnet jsver -v $(MSBuildThisFileDirectory)BootstrapBlazor\BootstrapBlazor.csproj -p $(MSBuildProjectDirectory)"></Exec>
|
||||
<Exec Command="dotnet jsver -v $(MSBuildThisFileDirectory)BootstrapBlazor/BootstrapBlazor.csproj -p $(MSBuildProjectDirectory)"></Exec>
|
||||
</Target>
|
||||
|
||||
<Target Name="Revert" AfterTargets="Pack" Condition="'$(Configuration)' == 'Release' and '$(TargetFramework)' == 'net8.0'">
|
||||
<Exec Command="dotnet jsver -v $(MSBuildThisFileDirectory)BootstrapBlazor\BootstrapBlazor.csproj -p $(MSBuildProjectDirectory) -r true"></Exec>
|
||||
<Exec Command="dotnet jsver -v $(MSBuildThisFileDirectory)BootstrapBlazor/BootstrapBlazor.csproj -p $(MSBuildProjectDirectory) -r true"></Exec>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user