You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have setup a test project for building a .Net 6 application with a local Windows Runner setup on my machine.
The issue I found is that when the path where the runner is contains special characters (in my case ä/ö/ü) the runner fails to run to completion and reports probelms with -File-Parameter of the following scripts:
The current solution is to move the runner to a path that does not contain special characters. In that case the pipeline runs without issues.
Here my yml:
pipelines:
custom:
customPipelineWithRunnerAndCache:
- step:
name: Build and Test
runs-on:
- self.hosted
- windows
script:
- cd TestApp
- dotnet restore
- dotnet build --no-restore --configuration Release
Hello @dkuerten ,
Thank you for reaching out to Atlassian Community and reporting this issue!
I was able to simulate the same behavior on my end, so I went ahead and raised a bug for this in our public issue tracker. You can check the bug ticket at the following link :
I would suggest you to add your vote there, since this helps both developers and product managers to understand the impact. Also, make sure you add yourself as a watcher in case you want to receive first-hand updates from that ticket. Please note that all bug fixes are implemented with this policy in mind.
Thank you, @dkuerten .
Kind regards,
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.