Skip to content

Commit

Permalink
fixed msbuild workflow test path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed Dec 26, 2023
1 parent 76203ed commit 2c964fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Test
working-directory: ${{env.GITHUB_WORKSPACE}}
run: binaries-${{matrix.BUILD_PLATFORM}}\test-17-${{matrix.BUILD_CONFIG}} ${{matrix.BUILD_PLATFORM}}-${{matrix.BUILD_PLATFORM}}.exe
run: "binaries-${{matrix.BUILD_PLATFORM}}\test-17-${{matrix.BUILD_CONFIG}} ${{matrix.BUILD_PLATFORM}}-${{matrix.BUILD_PLATFORM}}.exe"
40 changes: 0 additions & 40 deletions projects/premake/hfsm2-vs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "advanced_event_handling-15", "advanced_event_handling-15.vcxproj", "{F3F0D850-DF00-8521-48BA-E93F34E973BA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "advanced_event_handling-16", "advanced_event_handling-16.vcxproj", "{F4F0D850-E000-8521-49BA-E93F35E973BA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "advanced_event_handling-17", "advanced_event_handling-17.vcxproj", "{F5F0D850-E100-8521-4ABA-E93F36E973BA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_audio_player-15", "basic_audio_player-15.vcxproj", "{D7549E75-43C1-5970-0CB5-F1CD78E07BD8}"
Expand All @@ -17,20 +15,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_audio_player-17", "ba
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_traffic_light-15", "basic_traffic_light-15.vcxproj", "{8FF02841-7BEA-5193-6457-E8A350F0B7FF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_traffic_light-16", "basic_traffic_light-16.vcxproj", "{90F02841-7CEA-5193-6557-E8A351F0B7FF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_traffic_light-17", "basic_traffic_light-17.vcxproj", "{91F02841-7DEA-5193-6657-E8A352F0B7FF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "calculator-15", "calculator-15.vcxproj", "{82C649A8-EE86-C5DE-B7C1-0E5C23410ABB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "calculator-16", "calculator-16.vcxproj", "{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "calculator-17", "calculator-17.vcxproj", "{84C649A8-F086-C5DE-B9C1-0E5C25410ABB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_logger_interface-15", "debug_logger_interface-15.vcxproj", "{CE91E21A-3A54-16A5-8304-A531EF05EF82}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_logger_interface-16", "debug_logger_interface-16.vcxproj", "{CF91E21A-3B54-16A5-8404-A531F005EF82}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_logger_interface-17", "debug_logger_interface-17.vcxproj", "{D091E21A-3C54-16A5-8504-A531F105EF82}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "temp-15", "temp-15.vcxproj", "{AECBAED8-1AAB-2D74-23C3-B84A8F2194D5}"
Expand Down Expand Up @@ -61,14 +53,6 @@ Global
{F3F0D850-DF00-8521-48BA-E93F34E973BA}.release|32.Build.0 = release 32|Win32
{F3F0D850-DF00-8521-48BA-E93F34E973BA}.release|64.ActiveCfg = release 64|x64
{F3F0D850-DF00-8521-48BA-E93F34E973BA}.release|64.Build.0 = release 64|x64
{F4F0D850-E000-8521-49BA-E93F35E973BA}.debug|32.ActiveCfg = debug 32|Win32
{F4F0D850-E000-8521-49BA-E93F35E973BA}.debug|32.Build.0 = debug 32|Win32
{F4F0D850-E000-8521-49BA-E93F35E973BA}.debug|64.ActiveCfg = debug 64|x64
{F4F0D850-E000-8521-49BA-E93F35E973BA}.debug|64.Build.0 = debug 64|x64
{F4F0D850-E000-8521-49BA-E93F35E973BA}.release|32.ActiveCfg = release 32|Win32
{F4F0D850-E000-8521-49BA-E93F35E973BA}.release|32.Build.0 = release 32|Win32
{F4F0D850-E000-8521-49BA-E93F35E973BA}.release|64.ActiveCfg = release 64|x64
{F4F0D850-E000-8521-49BA-E93F35E973BA}.release|64.Build.0 = release 64|x64
{F5F0D850-E100-8521-4ABA-E93F36E973BA}.debug|32.ActiveCfg = debug 32|Win32
{F5F0D850-E100-8521-4ABA-E93F36E973BA}.debug|32.Build.0 = debug 32|Win32
{F5F0D850-E100-8521-4ABA-E93F36E973BA}.debug|64.ActiveCfg = debug 64|x64
Expand Down Expand Up @@ -109,14 +93,6 @@ Global
{8FF02841-7BEA-5193-6457-E8A350F0B7FF}.release|32.Build.0 = release 32|Win32
{8FF02841-7BEA-5193-6457-E8A350F0B7FF}.release|64.ActiveCfg = release 64|x64
{8FF02841-7BEA-5193-6457-E8A350F0B7FF}.release|64.Build.0 = release 64|x64
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.debug|32.ActiveCfg = debug 32|Win32
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.debug|32.Build.0 = debug 32|Win32
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.debug|64.ActiveCfg = debug 64|x64
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.debug|64.Build.0 = debug 64|x64
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.release|32.ActiveCfg = release 32|Win32
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.release|32.Build.0 = release 32|Win32
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.release|64.ActiveCfg = release 64|x64
{90F02841-7CEA-5193-6557-E8A351F0B7FF}.release|64.Build.0 = release 64|x64
{91F02841-7DEA-5193-6657-E8A352F0B7FF}.debug|32.ActiveCfg = debug 32|Win32
{91F02841-7DEA-5193-6657-E8A352F0B7FF}.debug|32.Build.0 = debug 32|Win32
{91F02841-7DEA-5193-6657-E8A352F0B7FF}.debug|64.ActiveCfg = debug 64|x64
Expand All @@ -133,14 +109,6 @@ Global
{82C649A8-EE86-C5DE-B7C1-0E5C23410ABB}.release|32.Build.0 = release 32|Win32
{82C649A8-EE86-C5DE-B7C1-0E5C23410ABB}.release|64.ActiveCfg = release 64|x64
{82C649A8-EE86-C5DE-B7C1-0E5C23410ABB}.release|64.Build.0 = release 64|x64
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.debug|32.ActiveCfg = debug 32|Win32
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.debug|32.Build.0 = debug 32|Win32
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.debug|64.ActiveCfg = debug 64|x64
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.debug|64.Build.0 = debug 64|x64
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.release|32.ActiveCfg = release 32|Win32
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.release|32.Build.0 = release 32|Win32
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.release|64.ActiveCfg = release 64|x64
{83C649A8-EF86-C5DE-B8C1-0E5C24410ABB}.release|64.Build.0 = release 64|x64
{84C649A8-F086-C5DE-B9C1-0E5C25410ABB}.debug|32.ActiveCfg = debug 32|Win32
{84C649A8-F086-C5DE-B9C1-0E5C25410ABB}.debug|32.Build.0 = debug 32|Win32
{84C649A8-F086-C5DE-B9C1-0E5C25410ABB}.debug|64.ActiveCfg = debug 64|x64
Expand All @@ -157,14 +125,6 @@ Global
{CE91E21A-3A54-16A5-8304-A531EF05EF82}.release|32.Build.0 = release 32|Win32
{CE91E21A-3A54-16A5-8304-A531EF05EF82}.release|64.ActiveCfg = release 64|x64
{CE91E21A-3A54-16A5-8304-A531EF05EF82}.release|64.Build.0 = release 64|x64
{CF91E21A-3B54-16A5-8404-A531F005EF82}.debug|32.ActiveCfg = debug 32|Win32
{CF91E21A-3B54-16A5-8404-A531F005EF82}.debug|32.Build.0 = debug 32|Win32
{CF91E21A-3B54-16A5-8404-A531F005EF82}.debug|64.ActiveCfg = debug 64|x64
{CF91E21A-3B54-16A5-8404-A531F005EF82}.debug|64.Build.0 = debug 64|x64
{CF91E21A-3B54-16A5-8404-A531F005EF82}.release|32.ActiveCfg = release 32|Win32
{CF91E21A-3B54-16A5-8404-A531F005EF82}.release|32.Build.0 = release 32|Win32
{CF91E21A-3B54-16A5-8404-A531F005EF82}.release|64.ActiveCfg = release 64|x64
{CF91E21A-3B54-16A5-8404-A531F005EF82}.release|64.Build.0 = release 64|x64
{D091E21A-3C54-16A5-8504-A531F105EF82}.debug|32.ActiveCfg = debug 32|Win32
{D091E21A-3C54-16A5-8504-A531F105EF82}.debug|32.Build.0 = debug 32|Win32
{D091E21A-3C54-16A5-8504-A531F105EF82}.debug|64.ActiveCfg = debug 64|x64
Expand Down

0 comments on commit 2c964fb

Please sign in to comment.