diff --git a/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj b/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj
index 49fdd2a..fe32684 100644
--- a/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj
+++ b/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj
@@ -18,8 +18,6 @@
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
true
False
-
-
False
SHA256
True
@@ -38,7 +36,6 @@
false
prompt
true
- False
bin\x86\Release\
@@ -62,7 +59,6 @@
false
prompt
true
- False
bin\ARM\Release\
@@ -87,7 +83,6 @@
prompt
true
true
- False
bin\ARM64\Release\
@@ -111,7 +106,6 @@
false
prompt
true
- True
bin\x64\Release\
@@ -271,7 +265,7 @@
1.0.0-rc0001
- 1.0.0-beta0007
+ 1.0.0-unstable0446
1.6.5
diff --git a/build-pipelines.yml b/build-pipelines.yml
index 3b5d779..ea5e35c 100644
--- a/build-pipelines.yml
+++ b/build-pipelines.yml
@@ -37,6 +37,11 @@ steps:
- task: NuGetToolInstaller@1
+- task: NuGetCommand@2
+ inputs:
+ command: 'custom'
+ arguments: 'sources add -Name myget -Source https://www.myget.org/F/sixlabors/api/v3/index.json'
+
- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'