-
Notifications
You must be signed in to change notification settings - Fork 12
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
The projects with SourceYard cannot be built in macOS and Linux #100
Comments
原因是调用了 .NET Framework 4.5 的文件 |
不同平台,有锅 EXEC : warning : BuildProps Can not find file=/home/runner/work/AsyncWorkerCollection/AsyncWorkerCollection/AsyncWorkerCollection/obj/Release/SourcePacking/SourceYardPackageReferenceFile.txt SourcePackingDirectory FileList= [/home/runner/work/AsyncWorkerCollection/AsyncWorkerCollection/AsyncWorkerCollection/AsyncWorkerCollection.csproj] |
|
在 Linux 的值,没有加上 net45 等
|
/Users/lvyi/.nuget/packages/dotnetcampus.sourceyard/0.1.19353-alpha/build/Core.targets(131,5): error MSB3073: The command "/Users/lvyi/.nuget/packages/dotnetcampus.sourceyard/0.1.19353-alpha/build/../tools/net45/dotnetCampus.SourceYard.exe -p "/Users/lvyi/Documents/Codes/dotnetCampus/dotnetCampus.Configurations/src/dotnetCampus.Configurations/dotnetCampus.Configurations.csproj " -i "obj/Debug/SourcePacking/Package " -n "/Users/lvyi/Documents/Codes/dotnetCampus/dotnetCampus.Configurations/bin/Debug " -v 1.2.9 --Compile obj/Debug/SourcePacking/CompileFile.txt --Resource obj/Debug/SourcePacking/ResourceFile.txt --Content obj/Debug/SourcePacking/ContentFile.txt --Page obj/Debug/SourcePacking/PageFile.txt --ApplicationDefinition obj/Debug/SourcePacking/ApplicationDefinitionFile.txt --None obj/Debug/SourcePacking/NoneFile.txt --EmbeddedResource obj/Debug/SourcePacking/EmbeddedResourceFile.txt --Authors "walterlv" --PackageId "dotnetCampus.Configurations " --PackageReferenceVersion "obj/Debug/SourcePacking/PackageReferenceVersionFile.txt" --SourcePackingDirectory obj/Debug/SourcePacking/ --TargetFrameworks "netstandard2.0;net45;netcoreapp3.0 " --TargetFramework " "" exited with code 126. [/Users/lvyi/Documents/Codes/dotnetCampus/dotnetCampus.Configurations/src/dotnetCampus.Configurations/dotnetCampus.Configurations.csproj]
The text was updated successfully, but these errors were encountered: