File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed
Bicep.Docs/Properties/PublishProfiles Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net8.0\publish\linux-x64\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net8.0</TargetFramework >
12+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ <PublishTrimmed >false</PublishTrimmed >
15+ </PropertyGroup >
16+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net8.0\publish\osx-x64\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net8.0</TargetFramework >
12+ <RuntimeIdentifier >osx-x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ <PublishTrimmed >false</PublishTrimmed >
15+ </PropertyGroup >
16+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net8.0\publish\win-x64\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <TargetFramework >net8.0</TargetFramework >
12+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
13+ <SelfContained >true</SelfContained >
14+ <PublishReadyToRun >false</PublishReadyToRun >
15+ <PublishTrimmed >false</PublishTrimmed >
16+ </PropertyGroup >
17+ </Project >
You can’t perform that action at this time.
0 commit comments