Kevin
Kevin
We'd really like this to work too, and we'd rather not have to add `fsc.props` or use `msbuild` if possible. Is there an update on if this looks fixable for...
@Happypig375 We're having this issue too for Matrices, seems like it's the same issue? 
I've been looking through the documentation some more, and in the section: https://github.com/azure-ad-b2c/samples/tree/master/policies/sign-in-with-apple#structuring-the-client-secret-jwt it has an example with the `nbf` claim, whereas the Apple documentation says this should be `iat`...
@raphaelpinel no news yet, we have raised this internally with both Azure B2C and Apple, as it's not clear where the problem lies. The initial thought from both sides was...
Thank you, I'll check this, the main reason I'd like this is so I can add a `dotnet publish` to our Database as a post-build step (before my dependent projects),...
I've just checked and I'm seeing the same on `1.8.1`. The main thing I'd like is to be able to deploy the Database as part of a build - but...
@jmezach do you know if there's a workaround I can do on my end in the meantime - to get a build/publish to from the project only when the files...
@jmezach apologies I don't think I explained quite right. My `SqlProj` doesn't need any dependencies, but I have a separate (e.g. console app) project that I'd like to depend on...
> I think what the OP really wants is to not bother moving on to the publish step at all based on whether a new build is needed. I think...
@jeffrosenberg Yes you're right, I've just tested with the following app, and `dotnet build` runs both the pre-build and post-build steps every time. (However there's no infinite build loop in...