-
-
After re-installing my computer, I was unable to run my script to export Logic Apps.
When running my powershell and runbook (see below) I get the following error:
```
Exception: Error: 29/06/20…
-
The `dot sourcing operator` (`.`) behaves differently between versions `4.7.4` and `4.8.0`. The properties I define in external (helper) scripts don't seem to be added to the scope of the `psakefile.p…
-
As suggested by @SteveL-MSFT.
A rule that checks/corrects filesystem path usage that doesn't translate across between Windows and UNIX-like OSes could ease migration to PowerShell Core.
### User…
-
Enhancement for deployment type : Scheduled Task. This could be a WithOptions - Option on the FileSystem and RemoteFileSystem Deployment Types.
``` powershell
By FileSystem MyTask {
FromSour…
-
I opened a [question](https://stackoverflow.com/questions/32928671/) on StackOverflow for how to check Visual Studio projects (.csproj files) for consistency in their property settings. Apparently the…
-
## Expected Behavior
Most other PowerShell modules use PascalCase naming convention for named parameters in cmdlets.
e.g. see discussion here:
https://github.com/PoshCode/PowerShellPracticeAndSty…
-
Hi,
Do you have any plans to support (asp).net core 1.0 since it is released months ago.
Thanks.
-
I have a psake file that i successfully invoke from powershell with this command, executing 3 tasks:
`.\buildScript.ps1 -TaskList Foo, Bar, Bat`
From wsl how do I pass the list of tasks?
One ta…
-
I report this error although I cannot reproduce the bug, moreover the analyzed code is private :-/
The exception is random during a build via PSake. I already had this error with the previous ver…