File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6262 with :
6363 dotnet-version : 8.0.x
6464 - name : Replace reference
65- run : sed -i 's/ <ProjectReference Include="..\..\CSharpToJavaScript\CSharpToJavaScript\CSharpToJavaScript.csproj" />/ <Reference Include="MyAssembly"><HintPath>~\artifact\CSharpToJavaScript.dll</HintPath></Reference>/ g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
65+ run : sed -i 's+ <ProjectReference Include="..\..\CSharpToJavaScript\CSharpToJavaScript\CSharpToJavaScript.csproj" />+ <Reference Include="MyAssembly"><HintPath>~\artifact\CSharpToJavaScript.dll</HintPath></Reference>+ g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
6666 - name : Run tests
6767 run : dotnet test CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj --logger "html;logfilename=test-result-${{ matrix.os }}.html;verbosity=detailed" --results-directory ~\artifact\
6868 - name : Upload test result
You can’t perform that action at this time.
0 commit comments