We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3855af commit b4c41c2Copy full SHA for b4c41c2
.github/workflows/msbuild.yml
@@ -104,7 +104,6 @@ jobs:
104
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
105
cd XEngine_Release
106
./VSCopy_x86.bat
107
- ls
108
./XEngine_HttpApp.exe -t
109
- name: Conditional Step for x64 Release
110
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
@@ -114,9 +113,6 @@ jobs:
114
113
cp -r XEngine_Source/VSCopy_x64.bat XEngine_Release/
115
116
./VSCopy_x64.bat
117
118
- ./XEngine_HttpApp.exe -t > output.log 2>&1
119
- cat output.log
120
shell: pwsh
121
122
- name: Upload folder as artifact with x86
0 commit comments