Skip to content

Commit cf5926c

Browse files
Merge pull request #932 from WildGums/GitHubSync/20251117-213046
GitHubSync update
2 parents 7c06bb8 + 2da73ca commit cf5926c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: windows-latest # Required for some (WPF) projects
1717

1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
id: checkout
2121
with:
2222
fetch-depth: 0

deployment/cake/lib-generic.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ private static bool ShouldProcessProject(BuildContext buildContext, string proje
693693

694694
private static string CreateInlinedProjectXml(BuildContext buildContext, string projectName)
695695
{
696-
buildContext.CakeContext.Information($"Running 'msbuild /pp' for project '{projectName}'");
696+
buildContext.CakeContext.Information($"Running 'msbuild /pp' for project '{projectName}' to create inlined project XML");
697697

698698
var projectInlinedFileName = System.IO.Path.Combine(GetProjectOutputDirectory(buildContext, projectName),
699699
"..", $"{projectName}.inlined.xml");

deployment/cake/lib-msbuild.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private static string GetVisualStudioDirectory(BuildContext buildContext, bool?
349349

350350
var prereleasePaths = new List<KeyValuePair<string, string>>(new []
351351
{
352-
new KeyValuePair<string, string>("Visual Studio 2026 Preview", $@"{programFilesx64}\Microsoft Visual Studio\18\Insiders\"),
352+
new KeyValuePair<string, string>("Visual Studio 2026 Insiders", $@"{programFilesx64}\Microsoft Visual Studio\18\Insiders\"),
353353
new KeyValuePair<string, string>("Visual Studio 2026 Preview", $@"{programFilesx64}\Microsoft Visual Studio\18\Preview\"),
354354
new KeyValuePair<string, string>("Visual Studio 2022 Preview", $@"{programFilesx64}\Microsoft Visual Studio\2022\Preview\"),
355355
new KeyValuePair<string, string>("Visual Studio 2019 Preview", $@"{programFilesx86}\Microsoft Visual Studio\2019\Preview\"),

0 commit comments

Comments
 (0)