File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 # msbuild ${{ env.Solution_Path }} -p:Configuration:${{ env.Configuration }} -p:Platform:${{ env.Platform }}
2222 - name : Build solution
2323 run : |
24- msbuild SensorsComboDriver\SensorsComboDriver.sln -p :Configuration: ${{ env.Configuration }} -p :Platform: ${{ env.Platform }}
25- msbuild SimpleDeviceOrientationSensor\SimpleDeviceOrientationSensor.sln -p :Configuration: ${{ env.Configuration }} -p :Platform: ${{ env.Platform }}
24+ msbuild SensorsComboDriver\SensorsComboDriver.sln /property :Configuration= ${{ env.Configuration }} /property :Platform= ${{ env.Platform }}
25+ msbuild SimpleDeviceOrientationSensor\SimpleDeviceOrientationSensor.sln /property :Configuration= ${{ env.Configuration }} /property :Platform= ${{ env.Platform }}
2626 env :
2727 Configuration : ${{ matrix.configuration }}
2828 Platform : ${{ matrix.platform }}
You can’t perform that action at this time.
0 commit comments