forked from Azure/bicep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Azure#5253 Fixes Azure#5238 Fixes Azure#5236
- Loading branch information
Showing
7 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- | ||
Do not include this project in the solution. It is intended to validate our MSBuild task. | ||
--> | ||
<Project Sdk="Microsoft.Build.NoTargets"> | ||
<PropertyGroup> | ||
<TargetFramework>net472</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<!-- | ||
Pickup latest available packages (including prerelease) from local feed configured in NuGet.config. | ||
--> | ||
<ItemGroup> | ||
<PackageReference Include="Azure.Bicep.CommandLine.$(RuntimeSuffix)" Version="*-*" /> | ||
<PackageReference Include="Azure.Bicep.MSBuild" Version="*-*" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<!-- Do not set any Bicep item: this ensures the package correctly does not error on projects without Bicep items --> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/Bicep.MSBuild/buildMultiTargeting/Azure.Bicep.MSBuild.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<Project> | ||
<Import Project="..\build\BicepTasks.props" /> | ||
<Import Project="..\build\Azure.Bicep.MSBuild.props" /> | ||
</Project> |
2 changes: 1 addition & 1 deletion
2
src/Bicep.MSBuild/buildMultiTargeting/Azure.Bicep.MSBuild.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<Project> | ||
<Import Project="..\build\BicepTasks.targets" /> | ||
<Import Project="..\build\Azure.Bicep.MSBuild.targets" /> | ||
</Project> |