Skip to content

Commit 8aa4edb

Browse files
author
[pcf-tools]
committed
[build]: Update PCF Tools packages to v0.4.0
1 parent 80169d1 commit 8aa4edb

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "Setup: Checkout"
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: "Setup: Node"
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version-file: '.nvmrc'
2626
cache: 'npm'
2727
cache-dependency-path: control/package-lock.json
2828
- name: "Setup: dotnet"
29-
uses: actions/setup-dotnet@v4
29+
uses: actions/setup-dotnet@v5
3030
- name: "Build: dotnet restore"
3131
run: dotnet restore
3232
- name: "Build: dotnet build"

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Setup: Checkout"
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: "Test: Build and run dev container"
1919
uses: devcontainers/ci@v0.3
2020
with:

.github/workflows/draft-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: "Setup: Checkout"
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: "Setup: Node"
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version-file: '.nvmrc'
2929
cache: 'npm'
3030
cache-dependency-path: control/package-lock.json
3131
- name: "Setup: dotnet"
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
- name: "Build: dotnet build"
3434
run: dotnet build
3535
- name: "Setup: zip"

.github/workflows/editorconfig-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Setup: Checkout"
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: "Setup: Node"
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v5
1818
with:
1919
node-version-file: '.nvmrc'
2020
- name: "Setup: editorconfig-checker"

.github/workflows/validate-resx-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: "Setup: Checkout"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: "Setup: xmllint"
2020
run: |
2121
if ! command -v xmllint &> /dev/null

control/control.pcfproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Sdk Name="Cathal.PcfTools.MSBuild.Control" Version="0.3.3" />
3+
<Sdk Name="Cathal.PcfTools.MSBuild.Control" Version="0.4.0" />
44
<PropertyGroup>
55
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
66
</PropertyGroup>

d365-pcf-securityrolemanager.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.3.3" />
3+
<Sdk Name="Cathal.PcfTools.MSBuild.Proj" Version="0.4.0" />
44
</Project>

solution/solution.cdsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Sdk Name="Cathal.PcfTools.MSBuild.Solution" Version="0.3.3" />
3+
<Sdk Name="Cathal.PcfTools.MSBuild.Solution" Version="0.4.0" />
44
<PropertyGroup>
55
<PowerAppsTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps</PowerAppsTargetsPath>
66
</PropertyGroup>

0 commit comments

Comments
 (0)