Questions tagged [dotnet-bundle]
5 questions
2
votes
2 answers
Wrong paths in css after dotnet bundle on GNU/Linux
Trying to port a web project from dotnet on Windows to dotnet on GNU/Linux. The C# code works fine, but I'm having problems with the minification of dotnet bundle. In minified output css, paths to for instance images are replaced with the path to…

Johan
- 5,003
- 3
- 36
- 50
1
vote
1 answer
Why dot net bundle exited with code -2147450730 on Publish
I am trying to publish a website in VS2019 and it fails with
The command "dotnet bundle" exited with code -2147450730.
I haven't found much on this issue.

Mark
- 43
- 1
- 6
1
vote
0 answers
ASP.Net Core 3.0 "dotnet bundle" exited with code 150
$ dn publish -f netcoreapp3.0 -c Release --no-restore --no-build src/Biz4x.Frontend.Web/
Microsoft (R) Build Engine version 16.3.0+0f4c62fea for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
bower font-awesome …

Kok How Teh
- 3,298
- 6
- 47
- 85
0
votes
1 answer
dotnet bundle on GitHub Action
I am trying to run dotnet bundle on my .Net Core 2.1 GitHub Action. The action with the error shown below:
Run cd ./ProjName
cd ./ProjName
dotnet bundle
shell: /bin/bash -e {0}
env:
DOTNET_ROOT: /home/runner/.dotnet
No executable found…

LuvForAirplanes
- 761
- 8
- 23
0
votes
0 answers
Visual Studio 2017 publishing .net core mvc app errors with 'the command "dotnet bundle" exited with code 1'
I've just migrated a .net core MVC project which was working fine and publishing fine in Visual Studio 2015 to Visual Studio 2017. Problem is that I cannot publish the app at all, I just get a publish failure and the error 'the command "dotnet…

padigan
- 1,130
- 1
- 9
- 22