1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00

PM-3350 Added nuget.config so we add the nuget package source for MAUI Nightly builds

This commit is contained in:
Federico Maccaroni 2024-01-11 10:31:36 -03:00
parent d1e4e8645a
commit 7ac3646fb0
No known key found for this signature in database
GPG Key ID: 5D233F8F2B034536

6
nuget.config Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="MAUI Nightly builds" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/maui-nightly/nuget/v3/index.json" />
</packageSources>
</configuration>