-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Build: Strawberry Perl requirement? #5297
Comments
@deeprobin See #4909 The Perl is used to generate some code, such as RowDefinition |
@lindexi Oh thank you. Unfortunately I suspect it has something to do with this |
Hey @deeprobin, build.cmd is supposed to download these for you using the versions here. In your case I don't know why they are not downloading. You could try the steps:
Thank you |
Hey @ThomasGoulet73,
build.cmd successfully created this folder
I have tried with unfortunately the same result
|
@deeprobin How about use GitHub action to build it? --> Adding name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Install Nuget
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.x'
- name: Build
run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 See: dotnet-campus#1 |
Hey @ThomasGoulet73 I tried it again and now I get a other error:
|
This seems to be the same bug as #748. Coud you try to do what this comment says ? |
@ThomasGoulet73 The generated files were not found for me, but I deleted the artifacts folder to be on the safe side. Unfortunately without success:
|
@deeprobin The file in use error may be due to previous msbuild instances are yet to cleanly conclude, when we try to break the build using ctrl+c or close command shell.
taskkill, in case any instance of msbuild is still alive from previous attempt. |
@vishalmsft How about merge #4909 ? |
Thank you @lindexi. I will review the PR in details and take it up there. Yes, the PR is helpful. |
The local builds works as of now. The only error which could be there comes from 2 reasons:
|
.NET Core Version:
Problem description:
Is there any documentation for building the first time WPF? Why is StrawberryPerl needed?
Actual behavior:
Build fails:
Expected behavior:
Build successful
Minimal repro:
build.cmd
The text was updated successfully, but these errors were encountered: