From 8bd803dbbf29ffa3f54a07c191f85bd25bdb8754 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Sun, 28 Jul 2024 15:44:55 +0100 Subject: [PATCH] Update azure-pipelines.yml Remove Windows.Storage and Storage.Streams These are deprecated. --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2888a8caf..768c4fd9a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -163,10 +163,6 @@ steps: git clone https://github.com/nanoframework/System.Device.Pwm.git --depth 100 -b main libs/System.Device.Pwm git clone https://github.com/nanoframework/System.Device.Spi.git --depth 100 -b main libs/System.Device.Spi - - git clone https://github.com/nanoframework/Windows.Storage.git --depth 100 -b main libs/Windows.Storage - - git clone https://github.com/nanoframework/Windows.Storage.Streams.git --depth 100 -b main libs/Windows.Storage.Streams git clone https://github.com/nanoframework/System.Device.Adc.git --depth 100 -b main libs/System.Device.Adc