diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index cbba0ac12..20a0a5b59 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -24,7 +24,7 @@ steps: definition: '3' buildVersionToDownload: 'latest' artifactName: 'RGB.NET development build' - targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0' + targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/net5.0' - task: DotNetCoreCLI@2 displayName: 'dotnet restore Artemis'