Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Benjamin Ries committed Jun 21, 2023
1 parent 4adb772 commit 97d6731
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- run: '& "$(vswhere -property installationPath)\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" Testing\ecoslibServerNetTest\bin\Release\ecoslibServerNetTest.dll'
- run: '& "$(vswhere -property installationPath)\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" Testing\TrackPlanerTest\bin\Release\net5.0\TrackPlanerTest.dll'
- run: '& "$(vswhere -property installationPath)\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" Testing\TrackPlanerTest\bin\Release\net7.0\TrackPlanerTest.dll'
- run: '& "$(vswhere -property installationPath)\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" Testing\UtilitiesTest\bin\Release\UtilitiesTest.dll'


Expand Down
2 changes: 1 addition & 1 deletion Testing/TrackPlanerTest/TrackPlanerTest.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
8 changes: 8 additions & 0 deletions railessentials.sln
Expand Up @@ -119,6 +119,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BasementTest", "BasementTes
Workspaces\BasementTest\metamodel.json = Workspaces\BasementTest\metamodel.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{66956A1F-51B1-4CFF-8EC8-52FF78D50314}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dailyBuild.yml = .github\workflows\dailyBuild.yml
.github\workflows\msbuild.yml = .github\workflows\msbuild.yml
.github\workflows\msbuildSetup.yml = .github\workflows\msbuildSetup.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -175,6 +182,7 @@ Global
{9D3D44D7-3166-4BBE-8281-2C725E15F3C5} = {A6CAC04E-5AD1-463B-9AA3-D38E24E0BEB7}
{97F14BAA-BC96-4783-85A6-EC7A89952794} = {DF65C5C0-6DB0-46F8-8705-51750B3D6FF8}
{2569C3AA-E645-44E3-B7C2-2D99B29E1506} = {DF65C5C0-6DB0-46F8-8705-51750B3D6FF8}
{66956A1F-51B1-4CFF-8EC8-52FF78D50314} = {ADC41415-22F7-4063-AC3E-5938436CBDAE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C91A5FD-A096-4732-AF10-4BBB412B07BB}
Expand Down

0 comments on commit 97d6731

Please sign in to comment.