chilly-hairdresser-56259
09/21/2020, 5:30 PMpulumi preview...
after the first pulumi up
there are no changes detected when running it locally. However, when I put it in Azure DevOps pipeline, after I compile the code for a dotnet function and use FileArchive()
every new compile causes pulumi to see a change
even though the branch is static and no other commits have occurred. Which my thought process is that Pulumi hashes the folder, since no files have changed the hash should remain the same. Everything should compile exactly the same.gentle-diamond-70147
09/21/2020, 5:48 PMchilly-hairdresser-56259
09/21/2020, 6:07 PMFileArchive
does it utilize File Fully Qualified Path when calculating hash?white-balloon-205
09/21/2020, 7:27 PMchilly-hairdresser-56259
09/21/2020, 9:35 PMwhite-balloon-205
09/21/2020, 9:52 PM