Skip to content

Commit 49e97f5

Browse files
authored
Update Azure.Bicep.Local.Extension package version to 0.38.33 (#9)
1 parent 1c54db4 commit 49e97f5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
publish-local:
4747
name: Publish Locally
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-22.04
4949

5050
steps:
5151
- uses: actions/checkout@v4
@@ -64,4 +64,5 @@ jobs:
6464
- name: Publish Extension
6565
shell: pwsh
6666
run: |
67+
$env:BICEP_TRACING_ENABLED = "true"
6768
./Infra/Scripts/Publish-Extension.ps1 -Target cloudflare-extension

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Run script `Publish-Extension.ps1` from the folder [Infra/Scripts/](Infra/Script
8383
./Infra/Scripts/Publish-Extension.ps1 -Target ./cloudflare-extension
8484
```
8585

86-
This creates the binary that contains the CloudFlare API calls. Prepare your `bicepconfig.json` to refer to the binary. Set `experimentalFeaturesEnabled` -> `localDeploy` to `true` and refer the extension `cloudflare` to the binary:
86+
This creates the binary that contains the CloudFlare API calls. Prepare your `bicepconfig.json` to refer to the binary. Set `experimentalFeaturesEnabled` -> `localDeploy` to `true` and refer to the extension `cloudflare` to the binary:
8787

8888
```json
8989
{

src/CloudFlareExtension.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Azure.Bicep.Local.Extension" Version="0.37.4" />
16+
<PackageReference Include="Azure.Bicep.Local.Extension" Version="0.38.33" />
1717
<PackageReference Include="System.Net.Http.Json" Version="9.0.9" />
1818
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="All" />
1919
<PackageReference Include="Bicep.LocalDeploy" Version="0.1.3" />
2020
</ItemGroup>
21-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)