File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments