Publish Webjob Fails when the publish profile is renamed
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Publishing a webjob to azure Webapp fails silently when the publish profile is renamed.
#### Repro steps
These steps assume the solution contains an app that can run as a webjob.
1. Right click the project and select publish
2. Create a new publish profile and select existing app service.
3. Select "Action" from the publish UI and rename the profile
4. Attempt to publish. The project will build and then nothing happens.
#### Expected behavior
The webjob should publish.
#### Actual behavior
The webjob silently fails to publish.
#### Known workarounds
Do not rename the profile.
#### Related information
Visual Studio 2017 15.8.1
Azure Functions and Web Jobs Tools - 15.8.05023.0
Project is using .net Core 2.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.