<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Automating a multi region deployment with Azure Devops	</title>
	<atom:link href="https://blog.boro2g.co.uk/automating-a-multi-region-deployment-with-azure-devops/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.boro2g.co.uk/automating-a-multi-region-deployment-with-azure-devops/</link>
	<description>Some ideas about coding, dev and all things online.</description>
	<lastBuildDate>Tue, 22 Oct 2019 08:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: boro		</title>
		<link>https://blog.boro2g.co.uk/automating-a-multi-region-deployment-with-azure-devops/#comment-597168</link>

		<dc:creator><![CDATA[boro]]></dc:creator>
		<pubDate>Tue, 22 Oct 2019 08:22:50 +0000</pubDate>
		<guid isPermaLink="false">https://blog.boro2g.co.uk/?p=1085#comment-597168</guid>

					<description><![CDATA[If you run into issues with the nuget restore, consider replacing the step: &#039;NuGet restore&#039; with:

 - task: DotNetCoreCLI@2
    displayName: &#039;dotnet restore&#039;
    inputs:
      command: restore
      projects: &#039;**/*.csproj&#039;
      feedsToUse: config
      nugetConfigPath: &#039;Website/nuget.config&#039;]]></description>
			<content:encoded><![CDATA[<p>If you run into issues with the nuget restore, consider replacing the step: &#8216;NuGet restore&#8217; with:</p>
<p> &#8211; task: DotNetCoreCLI@2<br />
    displayName: &#8216;dotnet restore&#8217;<br />
    inputs:<br />
      command: restore<br />
      projects: &#8216;**/*.csproj&#8217;<br />
      feedsToUse: config<br />
      nugetConfigPath: &#8216;Website/nuget.config&#8217;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
