I created a git project in VSTS but stupidly put two dots in the name: Organisation..libraries.etcAfter downloading this to my workspace I realised my mistake and deleted both the project and the local copy then went on to create a new git project: Organisation.libraries.etc.When attempting to pack the project I get this (Trimmed for brevity)
Target GenerateNuspec:> Skipping target "GenerateNuspec" because all output files are up-to-date with respect to the input files.> Input files: C:\Users\me\source\repos\Organisation.Libraries..etc\Organisation.Libraries.etc.csproj....> Output files: C:\Users\me\source\repos\Organisation.Libraries..etc\bin\Debug\Organisation.Libraries.etc.1.0.0-beta.nupkg...>Target Pack:> Task "IsPackableFalseWarningTask" skipped, due to false condition; ('$(IsPackable)' == 'false' AND '$(WarnOnPackingNonPackableProject)' == 'true') was evaluated as ('true' == 'false' AND 'false' == 'true').
The ghost of the previous project is somehow haunting the new project, and I'm sure its somewhere in Team Services, but I can't find it.