File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
e-verse.Navisworks.SelectByRevitId.Installer Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments