We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8eaba6 commit e7a6864Copy full SHA for e7a6864
1 file changed
.github/workflows/ubuntu.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Delete reference
67
run: dotnet remove CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference "..\..\CSharpToJavaScript\CSharpToJavaScript\CSharpToJavaScript.csproj"
68
- name: Replace reference
69
- run: sed -i 's+</Project>+<ItemGroup><Reference Include="CSharpToJavaScript"><HintPath>/~/artifact/CSharpToJavaScript.dll</HintPath></Reference></ItemGroup></Project>+g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
+ run: sed -i 's+</Project>+<ItemGroup><Reference Include="CSharpToJavaScript"><HintPath>~/artifact/CSharpToJavaScript.dll</HintPath></Reference></ItemGroup></Project>+g' CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
70
- name: Cat CSTOJS_Tests.csproj
71
run: cat CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
72
- name: Run tests
0 commit comments