-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The lastest bits for Windows in the .zip file are outdated #4596
Comments
Is |
@blackdwarf When did you try this? I fixed some issues in CI to push the latest builds on windows today morning. And I also see the latest zip in the blob storage. |
Verified that the latest zip file does indeed have dotnet-new in it. |
@Sridhar-MS weird, I tried it 1-2hrs ago. I used the install.ps1 script, so could it be that it is pointing to the wrong location? |
Did you run in powershell or CMU? The ps1 does not update cmd's path when run with @PowerShell |
Powershell. |
Fixed |
Allow control of AssemblyInformationVersion specifically
…0200604.7 (#4596) Microsoft.Build.Localization , Microsoft.Build From Version 16.7.0-preview-20304-02 -> To Version 16.7.0-preview-20304-07 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Repro steps:
install.ps1
file fromdotnet new
Expected: a
Program.cs
and aproject.json
in the current directory.Actual: 'dotnet-new' is not recognized as an internal or external command, operable program or batch file.
The text was updated successfully, but these errors were encountered: