Skip to content

Commit 7cc3d60

Browse files
authored
Merge pull request #48 from EverseDevelopment/develop
Adjust Production Action
2 parents fc63298 + bc8cdaf commit 7cc3d60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/prod_actions.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26+
- name: Setup .NET Core 3.1
27+
uses: actions/setup-dotnet@v1
28+
with:
29+
dotnet-version: 3.1.x
30+
31+
- name: Setup .NET Core 8.0
32+
uses: actions/setup-dotnet@v1
33+
with:
34+
dotnet-version: 8.0.x
2635
# install and calculate the new version with GitVersion
2736
- name: Install GitVersion
2837
uses: gittools/actions/gitversion/setup@v0.9.7

e-verse.Navisworks.SelectByRevitId.Installer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public static ActionResult CheckNavisProcess(Session session)
168168
bool overwrittable = WaitForFilesToBeOverwritable(filePath);
169169
if (!overwrittable)
170170
{
171-
MessageBox.Show($"The file Leia_glTF_Exporter.dll {year} is still in use", "Warning");
171+
MessageBox.Show($"The file Select By Id {year} is still in use", "Warning");
172172
return ActionResult.Failure;
173173
}
174174
}

0 commit comments

Comments
 (0)