Laurent Dardenne
Laurent Dardenne
Personally I do not think I need these scenarios. For now, I use this in a build task: ```powershell # Executes before the Publish task. Task BeforePublish -requiredVariables Projectname, OutDir,...
>>If the package does not exist (or can't be found), I would like to know this. Of course. And for the first delivery of a new module ? In this...
Hi, same problem (and the feeds can not be deleted). Brief : 2.6.0 Firefox : Version 68.0.2, August 14, 2019 Windows 10 1903
@joshmgross >>_Could we add a comment to make it clear that the cache key here should match the modules listed_ Hello, the v5.0 documentation details the construction of the key....
Hi, _Are you saying the Publish-Script is currently adding private functions as tags in the NuGet package?_ Yes. With [MyGet](https://www.myget.org/feed/ottomatt/package/nuget/Edit-String) and [here](https://www.myget.org/feed/ottomatt/package/nuget/Log4Posh) I must test again with the latest version.
With Psake v 4.8.0, I'm having a problem with a build script, this issue seems to match. This worked (I have not yet tested the previous versions of PSake): ```Powershell...
The previous example code works with version 4.7.4 but not with 4.8.
@SteveL-MSFT Have you planned an evolution / correction on the [type inference](https://github.com/PowerShell/PowerShell/issues/2864#issuecomment-266226311) ?
@SteveL-MSFT I do not think so. In the original issue the given examples are built around Powershell classes and one cast is enough to solve the call problem: ```Powershell #With...
The psd1 files : [Repro.zip](https://github.com/PowerShell/PSResourceGet/files/12358535/Repro.zip) @SydneyhSmith I did not get an answer to my question : >>For a local repository Publish-PSResource must it respect the versioning indicated in this [doc...