Saeid
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Compile Error in .NetFramework 4.8 - error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.8" were not found.
AnsweredI got the following error in compiling .NetFramework 4.8 ASP.NET MVC project in TeamCity:The Build Step configs are: Runner type: MSBuildMSBuild version: Microsoft Build Tools 2017MSBuild ToolsVers... -
Created How add Resharper build step for .NET Core projects
I'm using TeamCity Enterprise 2018.2.1 (build 61078) and i'm trying to add Resharper build step for my .NET Core projects. The only options that I have is .NEtFrameworks versions: Is there any... -
Edited Fortify build for .NET Core Projects
I'm trying to run following PowerShell script for scan my solution(.NET Core 2.0) with Fortify: $SolutionFilePath = "C:\Repositories\MyProject" $SolutionFileName = "MyProjectToTest" $SSCFPRFileName...