Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Dustin Campbell b8f5d4269e Remove BOM from batch files 2023-01-10 10:45:26 -08:00
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
Ryan Nowak 24e669f437 Add dedicated scripts for restore
Proposing we add these. It's part of my workflow to do a restore before
opening VS because I always disable package restore inside VS.

Any objections?
2018-12-14 12:50:08 -08:00