Commit 6ea0283
authored
Set IsPackable to false in Azure Functions projects (#406)
Updated `Menes.PetStore.Hosting.AzureFunctions.InProcess.csproj`
and `Menes.PetStore.Hosting.AzureFunctions.Isolated.csproj`
to include the property `<IsPackable>false</IsPackable>`.
This change indicates that the projects are not intended to be
packed into NuGet packages, affecting their build and deployment.1 parent 538c6a5 commit 6ea0283
2 files changed
Lines changed: 2 additions & 0 deletions
File tree
- Solutions
- Menes.PetStore.Hosting.AzureFunctions.InProcess
- Menes.PetStore.Hosting.AzureFunctions.Isolated
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments