1 changed file
.azuredevops | ||
NugetPublishingStage.yml | ||
NugetPublishingStage.yml
/.azuredevops/NugetPublishingStage.yml-1+1/.azuredevops/NugetPublishingStage.yml
Add comment 128 $copyright = 'copyright_string: Copyright (c) ' + (Get-Date -Format yyyy);
Add comment 129 $description = 'description_string: Project Mu fork of the Uncrustify project.';
Add comment 130 $license = 'license_url: https://github.com/uncrustify/uncrustify/blob/master/COPYING';
Add comment 131 Minus $name = 'name: mu-uncrustify-' + $($env:BUILD_TYPE);
Add comment 131 Plus $name = 'name: TEMP-mu-uncrustify-' + $($env:BUILD_TYPE);
Add comment 132 $project_url = 'project_url: https://dev.azure.com/projectmu/Uncrustify';
Add comment 133 $server_url = 'server_url: https://pkgs.dev.azure.com/projectmu/Uncrustify/_packaging/mu_uncrustify/nuget/v3/index.json';
Add comment 134 $tags = 'tags_string: ''''';