Skip to content

Commit

Permalink
Try to get build going with ssc ingnore file (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed May 3, 2024
1 parent a385d14 commit 45d0189
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .sscignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "cfs": ["CFS0013"] }
14 changes: 12 additions & 2 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
<!-- Used for the Rich Navigation indexing task -->
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />

<!-- Temporarily added to unblock build -->
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="NuGet">
<packageSource key="dotnet-public">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.824748">
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.949573">
<PropertyGroup>
<DefaultProjectTypeGuid Condition="'$(BuildingInsideVisualStudio)' == 'false'">FAE04EC0-301F-11D3-BF4B-00C04F79EFBC</DefaultProjectTypeGuid>
<DebugAssetsDirectory>dist\</DebugAssetsDirectory>
Expand All @@ -8,5 +8,4 @@
</PropertyGroup>

<Target Name="Pack" />

</Project>

0 comments on commit 45d0189

Please sign in to comment.