diff --git a/ci/azure-pipelines-rgbnet.yml b/ci/azure-pipelines-rgbnet.yml index 0665ab20e..db227c01b 100644 --- a/ci/azure-pipelines-rgbnet.yml +++ b/ci/azure-pipelines-rgbnet.yml @@ -41,6 +41,6 @@ steps: - task: PublishPipelineArtifact@1 displayName: 'Upload build to Azure Pipelines' inputs: - targetPath: '$(Build.SourcesDirectory)/bin/netstandard2.0' + targetPath: '$(Build.SourcesDirectory)/bin/net5.0' artifact: 'RGB.NET development build' publishLocation: 'pipeline' \ No newline at end of file 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'