File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 <Copyright />
1717 <PackageTags >blazor blazor-component blazor-context-menu context-menu contextmenu menu blazor-menu blazorcontextmenu razor razor-components razorcomponents</PackageTags >
1818 <VersionSuffix >$(VersionSuffix)</VersionSuffix >
19- <Version >1.11.0 </Version >
19+ <Version >1.11.1 </Version >
2020 <Version Condition =" '$(VersionSuffix)' != '' " >$(Version)-$(VersionSuffix)</Version >
2121 <Product >Blazor.ContextMenu</Product >
2222 </PropertyGroup >
2323
24- <Target Name =" EnsureNpmRestored" BeforeTargets =" GenerateStaticWebAssetsManifest " Condition =" !Exists('node_modules')" >
24+ <Target Name =" EnsureNpmRestored" BeforeTargets =" Minification " Condition =" !Exists('node_modules')" >
2525 <Message Importance =" high" Text =" Restoring dependencies using 'npm'. This may take several minutes..." />
2626 <Exec Command =" npm install" />
2727 </Target >
2828
29- <Target Name =" Minification" BeforeTargets =" GenerateStaticWebAssetsManifest " >
29+ <Target Name =" Minification" BeforeTargets =" BeforeBuild " >
3030 <Message Importance =" high" Text =" Minifying static assets ..." />
3131 <Exec Command =" npm run minify" />
3232 </Target >
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ if %errorlevel% neq 0 exit /b %errorlevel%
1111dotnet test Tests/BlazorContextMenu.RazorComponentsE2ETests -c Release --no-build -l:trx
1212if %errorlevel% neq 0 exit /b %errorlevel%
1313
14- dotnet pack BlazorContextMenu -c Release --no-build /p:VersionSuffix=" %version-suffix% " -o artifacts/nuget
14+ dotnet pack BlazorContextMenu -c Release /p:VersionSuffix=" %version-suffix% " -o artifacts/nuget
1515if %errorlevel% neq 0 exit /b %errorlevel%
You can’t perform that action at this time.
0 commit comments