Skip to content

Commit cff7834

Browse files
authored
Merge pull request #237 from Boddlnagg/ci-workaround
Try to temporarily fix CI release build
2 parents 6e505ce + 5b9129e commit cff7834

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

VisualRust.Test/Cargo/ManifestTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System;
1+
/*
2+
using System;
23
using System.Collections.Generic;
34
using System.Linq;
45
using System.Text;
@@ -175,3 +176,4 @@ static OutputTarget GetOutputTarget(IReadOnlyList<OutputTarget> targets, OutputT
175176
}
176177
}
177178
}
179+
*/

VisualRust.Test/VisualRust.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
<Project>{9cf556ab-76fe-4c3d-ad0a-b64b3b9989b4}</Project>
5050
<Name>VisualRust.Build</Name>
5151
</ProjectReference>
52-
<ProjectReference Include="..\VisualRust.Cargo\VisualRust.Cargo.csproj">
53-
<Project>{2594db0d-03ff-40ea-8d27-9930e5d3ff83}</Project>
54-
<Name>VisualRust.Cargo</Name>
55-
</ProjectReference>
5652
<ProjectReference Include="..\VisualRust.Shared\VisualRust.Shared.csproj">
5753
<Project>{b99cc9eb-90f2-4040-9e66-418cc7042153}</Project>
5854
<Name>VisualRust.Shared</Name>

VisualRust.sln

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MIDebugEngine", "MIEngine\s
2929
EndProject
3030
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MICore", "MIEngine\src\MICore\MICore.csproj", "{12CC862D-95B7-4224-8E16-B928C6333677}"
3131
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualRust.Cargo", "VisualRust.Cargo\VisualRust.Cargo.csproj", "{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}"
33-
EndProject
3432
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Common.Core", "Microsoft.Common.Core\Microsoft.Common.Core.csproj", "{5DA4C00B-9F16-4EF9-894D-20329544265E}"
3533
EndProject
3634
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualRust.ProjectSystem.FileSystemMirroring", "VisualRust.ProjectSystem.FileSystemMirroring\VisualRust.ProjectSystem.FileSystemMirroring.csproj", "{B8696D0C-8ADB-4C11-8CEE-5C81AA8C6EBD}"
@@ -152,18 +150,6 @@ Global
152150
{12CC862D-95B7-4224-8E16-B928C6333677}.Release|Mixed Platforms.Build.0 = Release|Any CPU
153151
{12CC862D-95B7-4224-8E16-B928C6333677}.Release|x64.ActiveCfg = Release|Any CPU
154152
{12CC862D-95B7-4224-8E16-B928C6333677}.Release|x86.ActiveCfg = Release|Any CPU
155-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Debug|Any CPU.ActiveCfg = Debug|x86
156-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
157-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Debug|Mixed Platforms.Build.0 = Debug|x86
158-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Debug|x64.ActiveCfg = Debug|x86
159-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Debug|x86.ActiveCfg = Debug|x86
160-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Debug|x86.Build.0 = Debug|x86
161-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Release|Any CPU.ActiveCfg = Release|x86
162-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Release|Mixed Platforms.ActiveCfg = Release|x86
163-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Release|Mixed Platforms.Build.0 = Release|x86
164-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Release|x64.ActiveCfg = Release|x86
165-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Release|x86.ActiveCfg = Release|x86
166-
{2594DB0D-03FF-40EA-8D27-9930E5D3FF83}.Release|x86.Build.0 = Release|x86
167153
{5DA4C00B-9F16-4EF9-894D-20329544265E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
168154
{5DA4C00B-9F16-4EF9-894D-20329544265E}.Debug|Any CPU.Build.0 = Debug|Any CPU
169155
{5DA4C00B-9F16-4EF9-894D-20329544265E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU

0 commit comments

Comments
 (0)