Rob Hague
Rob Hague
OK, unfortunately it's not easy from this point in. It sounds like the signature validation could be failing. You might be able to confirm that with a debug build and...
sshd says ``` debug sshd.pam[24]: debug2: channel 0: window 524288 sent adjust 32768 debug sshd.pam[24]: debug2: channel 0: window 557056 sent adjust 16384 err internal-sftp[25]: error: bad message from 172.17.0.1...
Hi, jump host (ssh -J option) is not currently implemented. I believe #954 aims to implement it
If the authentication details are correct, perhaps the remote server only allows certain IP addresses for your login, which doesn't include the prod environment? I think it is unlikely to...
Interesting. Would this change how one creates a release? If so, what would be the steps required?
I get a weird error when building this branch ``` 1>C:\Users\rhague\.nuget\packages\nerdbank.gitversioning\3.7.48-alpha\build\Nerdbank.GitVersioning.Inner.targets(17,5): error MSB4018: The "Nerdbank.GitVersioning.Tasks.GetBuildVersion" task failed unexpectedly. 1>C:\Users\rhague\.nuget\packages\nerdbank.gitversioning\3.7.48-alpha\build\Nerdbank.GitVersioning.Inner.targets(17,5): error MSB4018: Nerdbank.GitVersioning.GitException: Got a com instead of a tag when...
> I get a weird error when building this branch It seems to be a bug in the Nerdbank package, where it does not correctly handle lightweight tags in .git/ref/tags...
I've not forgotten about this PR, I just want to read up some more on the configuration
I actually have some local changes for this, let me fix the merge and push them in
Example on a PR branch: ```c# internal static partial class ThisAssembly { internal const string AssemblyConfiguration = "Release"; internal const string AssemblyFileVersion = "2024.1.1"; internal const string AssemblyInformationalVersion = "2024.1.1-prerelease.2+84ff4f6671";...