Fix build and snk updates during template expansion

We inappropriately removed the required snk file for our own build in 4a0dface5e. This brings it back.
It also updates Expand-Template.ps1 to overwrite the existing one rather than creating a new one in an ignored location.
This commit is contained in:
Andrew Arnott 2020-07-24 08:46:23 -06:00
Родитель 2095a96269
Коммит ecf6c16025
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A9B9910CDCCDA441
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -101,8 +101,8 @@ try {
git add "test/$LibraryName.Tests/$LibraryName.Tests.csproj"
# Establish a new strong-name key
& $sn.Path -k 2048 src/strongname.snk
git add src/strongname.snk
& $sn.Path -k 2048 strongname.snk
git add strongname.snk
# Replace placeholders in source files
Replace-Placeholders -Path "src/$LibraryName/Calculator.cs" -Replacements @{

Двоичные данные
strongname.snk Normal file

Двоичный файл не отображается.