You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
searchPatternPack: '**/Tanka.GraphQL.Net.Client.csproj'# Note: Use '!' instead of the '-:' for negations, documentation is wrong
61
-
# searchPatternPack: '**/*.csproj;!**/*.Tests.csproj' # Note: Use '!' instead of the '-:' for negations, documentation is wrong
62
62
nobuild: true # The projects are already built in the previous step, so skip build here
63
63
configurationToPack: '$(buildConfiguration)'
64
-
versioningScheme : byPrereleaseNumber
65
-
requestedMajorVersion: '$(majorVersion)'
66
-
requestedMinorVersion: '$(minorVersion)'
67
-
requestedPatchVersion: '$(patchVersion)'
64
+
versioningScheme : byEnvVar
65
+
versionEnvVar: releaseBuildNumber
66
+
# versioningScheme : byPrereleaseNumber
67
+
# requestedMajorVersion: '$(majorVersion)'
68
+
# requestedMinorVersion: '$(minorVersion)'
69
+
# requestedPatchVersion: '$(patchVersion)'
68
70
outputDir: '$(Build.ArtifactStagingDirectory)/nuget/'# Add 'nuget' folder to the path to be explicit where the files are, helps push command to find the packages
0 commit comments