Přemek Vysoký
Přemek Vysoký
### Question If we remove things such as `.dll` from the code like we already do for the tarball (https://github.com/dotnet/installer/blob/8f639696e6d57fb09e03e89c6397d913de1231ed/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets#L246-L265), we might break repo's ability to run tests in the...
I tried to set up cloaking for the VMR, adhering to the current removal rules from [current tarball generation](https://github.com/dotnet/installer/blob/8f639696e6d57fb09e03e89c6397d913de1231ed/src/SourceBuild/Arcade/tools/SourceBuildArcadeTarball.targets#L246-L265) which goes as follows: 1. Prepare a list of files marked...
@mmitche thoughts on the proposal above? Is this feasible?
@richlander looking at how we generate the tarball today, it seems like there are 2 "fake" PDB files in dotnet/runtime that have to make it to the VMR for runtime...
Alright, I made it work natively, without corner cases, seems to do just what we need. What about the attribute names? We need two attributes - positive and negative, e.g....
@mmitche I wonder if this can eventually be a solution for the platform-specific files? E.g. ``` platform-specific=osx,linux ``` It could then be quite easy to synchronize these files between the...
I power-cycled the machine so let's see
@markwilkie @ilyas1974 @tkapin can you help me review this policy and merge it please?
Thanks for the review! > Do we want to start thinking of ways we're going to make sure the policy is being followed? > > Maybe some sort of consistency...
We could have a warning in the `helix-services` pipeline that would verify a link presence in the `message` attribute in the JSON?