You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use WebCompiler to transform our SCSS (SASS) files to .CSS files and BundlerMinifier to minify and group our CSS and JS files.
BundlerMinifier and WebCompiler both use a .dll NUgligy but with a different version which causes the Azure DevOps and dotnet command line build to fail with the error
Bundler & Minifier error 0: Could not load file or assembly 'NUglify, Version=1.5.14.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621)
Could you please upgrade the WebCompiler to use at lease the same version of NUgligy as the BundleMinifier in order to be able to have both versions running.
Note : When building using Visual Studio 2019 or the MSBUILD.EXE command line, the error is not occuring.
Expected behavior
Both BundlerMinfier and WebCompiler should use the same version of NUgligy in order to avoid conflicts.
The text was updated successfully, but these errors were encountered:
Installed product versions
Azure DevOps Server
dotnet version 2.2.207
Description
We use WebCompiler to transform our SCSS (SASS) files to .CSS files and BundlerMinifier to minify and group our CSS and JS files.
BundlerMinifier and WebCompiler both use a .dll NUgligy but with a different version which causes the Azure DevOps and dotnet command line build to fail with the error
Bundler & Minifier error 0: Could not load file or assembly 'NUglify, Version=1.5.14.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621)
Could you please upgrade the WebCompiler to use at lease the same version of NUgligy as the BundleMinifier in order to be able to have both versions running.
Note : When building using Visual Studio 2019 or the MSBUILD.EXE command line, the error is not occuring.
Expected behavior
Both BundlerMinfier and WebCompiler should use the same version of NUgligy in order to avoid conflicts.
The text was updated successfully, but these errors were encountered: