diff --git a/eng/Versions.props b/eng/Versions.props index 7a5c6f2f8..8e6a7c171 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,6 +6,7 @@ 0 $(MajorVersion).$(MinorVersion).$(PatchVersion) preview + 1 false false diff --git a/eng/pipelines/devflow-official.yml b/eng/pipelines/devflow-official.yml index fd9eacdd7..addecad71 100644 --- a/eng/pipelines/devflow-official.yml +++ b/eng/pipelines/devflow-official.yml @@ -122,4 +122,4 @@ extends: packagesToPush: '$(Pipeline.Workspace)/PackageArtifacts/*.nupkg' packageParentPath: '$(Pipeline.Workspace)/PackageArtifacts' nuGetFeedType: external - publishFeedCredentials: 'NuGet.org - dotnet/maui-labs' # TODO: Create this service connection in dnceng + publishFeedCredentials: 'nuget.org (dotnetframework)'