Skip to content

Commit db81a3f

Browse files
committed
update nuget.config and remove styleCop package
1 parent 9dba881 commit db81a3f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.nuget/NuGet.Config

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<packageSources>
44
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
55
<add key="azure_app_service" value="https://www.myget.org/F/azure-appservice/api/v2" />
6+
<add key="fuse_labs" value="https://www.myget.org/F/fusemandistfeed/api/v2" />
67
<add key="buildTools" value="https://www.myget.org/F/30de4ee06dd54956a82013fa17a3accb/" />
78
</packageSources>
89
</configuration>

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,8 @@
685685
</PropertyGroup>
686686
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
687687
<Error Condition="!Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets'))" />
688-
<Error Condition="!Exists('..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets'))" />
689688
</Target>
690689
<Import Project="..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets" Condition="Exists('..\..\packages\Microsoft.Azure.DocumentDB.1.11.4\build\Microsoft.Azure.DocumentDB.targets')" />
691-
<Import Project="..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets" Condition="Exists('..\..\packages\StyleCop.MSBuild.4.7.54.0\build\StyleCop.MSBuild.Targets')" />
692690
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
693691
Other similar extension points exist, see Microsoft.Common.targets.
694692
<Target Name="BeforeBuild">

src/Azure.Functions.Cli/packages.config

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
<package id="SendGrid.CSharp.HTTP.Client" version="3.0.0" targetFramework="net461" />
9494
<package id="SendGrid.SmtpApi" version="1.3.1" targetFramework="net461" />
9595
<package id="SharpNetSH" version="2.0.5" targetFramework="net461" />
96-
<package id="StyleCop.MSBuild" version="4.7.54.0" targetFramework="net461" developmentDependency="true" />
9796
<package id="System.AppContext" version="4.1.0" targetFramework="net461" />
9897
<package id="System.Buffers" version="4.0.0" targetFramework="net461" />
9998
<package id="System.Collections" version="4.0.11" targetFramework="net461" />

0 commit comments

Comments
 (0)