diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 14b86ea4..023e5f1f 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -47,6 +47,8 @@ steps: command: restore verbosityRestore: Minimal projects: 'src/dirs.proj' + feedsToUse: 'config' + nugetConfigPath: 'nuget.config' # Build the filtered solution in release mode, specifying the continuous integration flag. - task: DotNetCoreCLI@2 diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..2446116f --- /dev/null +++ b/nuget.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/DurableTask.Netherite.AzureFunctions/DurableTask.Netherite.AzureFunctions.csproj b/src/DurableTask.Netherite.AzureFunctions/DurableTask.Netherite.AzureFunctions.csproj index f63aa6fa..c9c24314 100644 --- a/src/DurableTask.Netherite.AzureFunctions/DurableTask.Netherite.AzureFunctions.csproj +++ b/src/DurableTask.Netherite.AzureFunctions/DurableTask.Netherite.AzureFunctions.csproj @@ -26,9 +26,9 @@ 1 3 - 4 + 6 $(MajorVersion).$(MinorVersion).$(PatchVersion) - + scv3-preview-1 $(MajorVersion).0.0.0 .$(GITHUB_RUN_NUMBER) $(VersionPrefix)$(BuildSuffix) @@ -52,7 +52,7 @@ - + diff --git a/src/DurableTask.Netherite/DurableTask.Netherite.csproj b/src/DurableTask.Netherite/DurableTask.Netherite.csproj index 2399485d..a050562c 100644 --- a/src/DurableTask.Netherite/DurableTask.Netherite.csproj +++ b/src/DurableTask.Netherite/DurableTask.Netherite.csproj @@ -26,9 +26,9 @@ 1 3 - 4 + 6 $(MajorVersion).$(MinorVersion).$(PatchVersion) - + scv3-preview-1 $(MajorVersion).0.0.0 .$(GITHUB_RUN_NUMBER) $(VersionPrefix)$(BuildSuffix) diff --git a/test/DurableTask.Netherite.AzureFunctions.Tests/DurableTask.Netherite.AzureFunctions.Tests.csproj b/test/DurableTask.Netherite.AzureFunctions.Tests/DurableTask.Netherite.AzureFunctions.Tests.csproj index a1182e74..25025cde 100644 --- a/test/DurableTask.Netherite.AzureFunctions.Tests/DurableTask.Netherite.AzureFunctions.Tests.csproj +++ b/test/DurableTask.Netherite.AzureFunctions.Tests/DurableTask.Netherite.AzureFunctions.Tests.csproj @@ -25,7 +25,7 @@ - + diff --git a/test/PerformanceTests/PerformanceTests.csproj b/test/PerformanceTests/PerformanceTests.csproj index 1014772b..3c67236f 100644 --- a/test/PerformanceTests/PerformanceTests.csproj +++ b/test/PerformanceTests/PerformanceTests.csproj @@ -6,7 +6,7 @@ - +