Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile from source for 4.0.1 #209

Open
dbaduck opened this issue Oct 25, 2023 · 2 comments
Open

Cannot compile from source for 4.0.1 #209

dbaduck opened this issue Oct 25, 2023 · 2 comments

Comments

@dbaduck
Copy link

dbaduck commented Oct 25, 2023

Is there any guidance on how to compile this tool? I cannot get the dotnet tool to install from the nuget.org repo nor can I use the manually downloaded package.

I really need to be able to use this tool and I cannot get a standalone exe yet and I cannot compile.

Any help would be greatly appreciated.

@QES-Smit
Copy link

Still an issue or did you solve it?

@backformation
Copy link

If it helps, this is the makefile that I use:

#
# AzureSignTool Makefile
#

#
# Top level build rules
#
.SILENT:
.SUFFIXES:

all: Only\AzureSignTool.exe

Only\AzureSignTool.exe:
	cd Only
	echo ** Fetching from GitHub
	git  clone https://github.com/vcsjones/AzureSignTool.git
	cd AzureSignTool
	git  checkout  tags/v4.0.1
	echo ** NuGet package restoration
	msbuild.exe  /t:restore  /t:build
	echo ** Building AzureSignTool solution
	DevEnv.com  AzureSignTool.sln  /upgrade
	DevEnv.com  AzureSignTool.sln  /build "Release|Any CPU"
	cd ..
	mklink  AzureSignTool.exe  AzureSignTool\src\AzureSignTool\bin\Release\netcoreapp3.1\AzureSignTool.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants