Skip to content

Commit

Permalink
ci: Remove core-fx labs nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Mar 22, 2021
1 parent 5d2d19c commit f416a58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build/ci/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ steps:
packageType: runtime
version: 3.1.3

- task: UseDotNet@2
displayName: 'Use .Net Core runtime 5.0.3'
inputs:
packageType: runtime
version: 5.0.3

- task: gitversion/setup@0
inputs:
versionSpec: '5.5.1'
Expand Down
1 change: 0 additions & 1 deletion src/nuget.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<configuration>
<packageSources>
<add key="dotnet.myget.org dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/" />
<add key="platform.uno dev" value="https://uno-platform.pkgs.visualstudio.com/Uno%20Platform/_packaging/unoplatformdev/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit f416a58

Please sign in to comment.