We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d93f66 commit cfd94fdCopy full SHA for cfd94fd
src/Brutal.Dev.StrongNameSigner.Setup/Build-Deploy.bat
@@ -0,0 +1,23 @@
1
+@echo off
2
+
3
+cls
4
5
+pushd .
6
+call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd.bat"
7
+popd
8
9
+dotnet restore -c Release
10
+dotnet publish -c Release "..\Brutal.Dev.StrongNameSigner\Brutal.Dev.StrongNameSigner.csproj"
11
12
+MSBuild "..\Brutal.Dev.StrongNameSigner.sln" /t:Rebuild /p:Configuration=Release /m
13
14
+echo.
15
+"..\..\packages\Tools.InnoSetup.5.6.1\tools\ISCC.exe" StrongNameSigner.iss
16
17
18
19
+"..\.nuget\NuGet.exe" pack StrongNameSigner.nuspec
20
+move *.nupkg ..\..\deploy\
21
22
23
+pause
0 commit comments