commercial-marketplace-clie.../NuGet.Config

6 строки
205 B
Plaintext
Исходник Обычный вид История

2021-02-22 21:56:52 +03:00
<?xml version="1.0" encoding="utf-8"?>
Preview 2 update (#38) * New .NET SDK - PR into dev (#25) * Add .NET Core build action * Update README.md * Copy //Build client code * Change dotnet version * Adjust the workdir for build action * Remove test step from the worklow file * Adjust workflow again * Moving globaljson * Rename namespaces * Rename namespaces * Add test step * Wrong repo * Updated .NET SDK version * Bring generated SDK from OAS in * Change .NET version * add generated * Use new resource ID * Getting closer to SDK * add .net sdk minor version fix * Update README.md * Update dotnet-core.yml * Update dotnet-core.yml * addressed code review comments * Moved implementation to use AAD v2.0 * Update workflow to kick off build on dev branch * Set to allow for dev and master Co-authored-by: Ercenk Keresteci <ercenk@microsoft.com> Co-authored-by: Scott Seely <scseely@microsoft.com> * Updated the code generation and split the clients (#27) * read-tree for Azure.Core.TestFramework * Checkpoint * checkpoint 2 * Split OAS doc * Add extensions after OAS split * Clean autorest.md * updated NuGet packages * Merge into one assembly (#29) * Merge into one assembly * Added test instructions * FIx typo * Modified code generation logic, and refreshed SDK for resourceUri in metering. (#33) * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs Modify build task to use msbuild * fix target frameworks * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs Modify build task to use msbuild preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs fix target frameworks * Remove Directory.Build.* into csproj * Reintroduce Directory.Build.props * Add .net test explorer setting * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs Modify build task to use msbuild preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs fix target frameworks preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs fix target frameworks Remove Directory.Build.* into csproj Reintroduce Directory.Build.props Add .net test explorer setting * Rehash usings * New test recordings and supporting code modification. * Modify github actions * Change test working directory * kick off workflow * Revert "kick off workflow" This reverts commit 7001847da487b3a818dc8deed599c2a1aeb2b5f1. * preview2 - breaking changes with Autorest.CSharp V3 * add recordings * preview2 - breaking changes with Autorest.CSharp V3 * preview2 - breaking changes with Autorest.CSharp V3 * Preview 2: Breaking changes for the clients * Fixes for PR comments * Build settings reorganized for source file reuse * Generate code based on the latest APi changes * Generate code based on the latest API changes * Modify github action tosupport .NET 5.0 * GiitHub actions target .NET framework * Support .NET 5 with github actions * Add .NET 5.0.* for github actions * Modify github action tosupport .NET 5.0 Co-authored-by: Ercenk Keresteci <ercenk@microsoft.com> Co-authored-by: Scott Seely <scseely@microsoft.com>
2021-02-09 01:31:34 +03:00
<configuration>
<packageSources>
2021-02-22 21:56:52 +03:00
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
Preview 2 update (#38) * New .NET SDK - PR into dev (#25) * Add .NET Core build action * Update README.md * Copy //Build client code * Change dotnet version * Adjust the workdir for build action * Remove test step from the worklow file * Adjust workflow again * Moving globaljson * Rename namespaces * Rename namespaces * Add test step * Wrong repo * Updated .NET SDK version * Bring generated SDK from OAS in * Change .NET version * add generated * Use new resource ID * Getting closer to SDK * add .net sdk minor version fix * Update README.md * Update dotnet-core.yml * Update dotnet-core.yml * addressed code review comments * Moved implementation to use AAD v2.0 * Update workflow to kick off build on dev branch * Set to allow for dev and master Co-authored-by: Ercenk Keresteci <ercenk@microsoft.com> Co-authored-by: Scott Seely <scseely@microsoft.com> * Updated the code generation and split the clients (#27) * read-tree for Azure.Core.TestFramework * Checkpoint * checkpoint 2 * Split OAS doc * Add extensions after OAS split * Clean autorest.md * updated NuGet packages * Merge into one assembly (#29) * Merge into one assembly * Added test instructions * FIx typo * Modified code generation logic, and refreshed SDK for resourceUri in metering. (#33) * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs Modify build task to use msbuild * fix target frameworks * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs Modify build task to use msbuild preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs fix target frameworks * Remove Directory.Build.* into csproj * Reintroduce Directory.Build.props * Add .net test explorer setting * preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs Modify build task to use msbuild preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs fix target frameworks preview2 - breaking changes with Autorest.CSharp V3 Start using Azure.Core.TestFramework for recording Remove global.json Cosmetic Update test docs fix target frameworks Remove Directory.Build.* into csproj Reintroduce Directory.Build.props Add .net test explorer setting * Rehash usings * New test recordings and supporting code modification. * Modify github actions * Change test working directory * kick off workflow * Revert "kick off workflow" This reverts commit 7001847da487b3a818dc8deed599c2a1aeb2b5f1. * preview2 - breaking changes with Autorest.CSharp V3 * add recordings * preview2 - breaking changes with Autorest.CSharp V3 * preview2 - breaking changes with Autorest.CSharp V3 * Preview 2: Breaking changes for the clients * Fixes for PR comments * Build settings reorganized for source file reuse * Generate code based on the latest APi changes * Generate code based on the latest API changes * Modify github action tosupport .NET 5.0 * GiitHub actions target .NET framework * Support .NET 5 with github actions * Add .NET 5.0.* for github actions * Modify github action tosupport .NET 5.0 Co-authored-by: Ercenk Keresteci <ercenk@microsoft.com> Co-authored-by: Scott Seely <scseely@microsoft.com>
2021-02-09 01:31:34 +03:00
</packageSources>
</configuration>