We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
build.ps1 fails:
$ pwsh PowerShell 7.3.3 PS C:\Projects\foreign\dotnet\Nerdbank.GitVersioning> ./build.ps1 MSBUILD : error MSB1009: Project file does not exist. Switch: C:\Projects\foreign\dotnet\Nerdbank.GitVersioning\src\Nerdbank.GitVersioning.sln Write-Error: Build failure Exception: C:\Projects\foreign\dotnet\Nerdbank.GitVersioning\build.ps1:33 Line | 33 | throw "dotnet build failed" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | dotnet build failed
It references $PSScriptRoot\src\Nerdbank.GitVersioning.sln here:
$PSScriptRoot\src\Nerdbank.GitVersioning.sln
Nerdbank.GitVersioning/build.ps1
Line 18 in 6bd7176
but src\Nerdbank.GitVersioning.sln was moved to Nerdbank.GitVersioning.sln in commit 3c38b4d.
src\Nerdbank.GitVersioning.sln
Nerdbank.GitVersioning.sln
The text was updated successfully, but these errors were encountered:
I still have a build.ps1 script in this repo? 🤣
build.ps1
Nice catch. I should probably fix that. Feel free to send a PR if you get to it first.
Sorry, something went wrong.
b054bc0
No branches or pull requests
build.ps1 fails:
It references
$PSScriptRoot\src\Nerdbank.GitVersioning.sln
here:Nerdbank.GitVersioning/build.ps1
Line 18 in 6bd7176
but
src\Nerdbank.GitVersioning.sln
was moved toNerdbank.GitVersioning.sln
in commit 3c38b4d.The text was updated successfully, but these errors were encountered: