Currently the release pipeline import the DefaultVersions.props and Version.props files; this is causing an issue as DefaultVersion.props imports NugetFile.config.
Also, after recent changes on Arcade-validation mechanism we can now go back to the preferable option of just putting MicrosoftDotNetTasksFeedVersion on a .props file. This issue is to revert the release pipeline to just import the Tasks.Feed version from a .props file.
Once this is done we can remove the /p:RestoreConfigFile= from the release pipeline configuration.
cc/ @riarenas
Currently the release pipeline import the DefaultVersions.props and Version.props files; this is causing an issue as DefaultVersion.props imports NugetFile.config.
Also, after recent changes on Arcade-validation mechanism we can now go back to the preferable option of just putting MicrosoftDotNetTasksFeedVersion on a .props file. This issue is to revert the release pipeline to just import the Tasks.Feed version from a .props file.
Once this is done we can remove the
/p:RestoreConfigFile=from the release pipeline configuration.cc/ @riarenas