Describe the issue or request
When using the latest release (3.0.0-beta.20211013.1), the corresponding NuGet package cannot be found:
<ItemGroup>
<PackageReference Include="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20211013.1" PrivateAssets="All" />
</ItemGroup>
error NU1102: Unable to find package Microsoft.Azure.AutoRest.CSharp with version (>= 3.0.0-beta.20211013.1)
error NU1102: - Found 144 version(s) in https://azuresdkartifacts.blob.core.windows.net/azure-sdk-tools/index.json [ Nearest version: 3.0.0-beta.20210604.3 ]
Describe the issue or request
When using the latest release (
3.0.0-beta.20211013.1), the corresponding NuGet package cannot be found: