tfs

Is ISubscriber still supported in TFS2018?

[亡魂溺海] 提交于 2021-02-07 19:34:29
问题 Up to TFS 2017 there was a library in Plugins folder called Microsoft.TeamFoundation.Framework.Server it contained ISubscriber interface which one could override in order to attach hooks and add behavior for events such as build completed or new push to the git repository. The library is missing in TFS 2018. Does anyone know how do we maintain our plugins now? 回答1: The library is still there, just under the TFS 2018 install directory. If you’re deploying your plugins into TFS 2018 you will

TFS:The “Microsoft.Reporting.RdlCompile” task could not be loaded from the assembly Microsoft.ReportViewer.WebForms, Version=11.0.0.0

会有一股神秘感。 提交于 2021-02-07 14:23:15
问题 I have a mvc5 web application in TFS server 2013. When I build the solution locally, its working fine. I created a Build definition in TFS and tried to Build, it returned below compiler error. "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\ReportingServices\Microsoft.ReportingServices.targets (24): The "Microsoft.Reporting.RdlCompile" task could not be loaded from the assembly Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91.

TFS:The “Microsoft.Reporting.RdlCompile” task could not be loaded from the assembly Microsoft.ReportViewer.WebForms, Version=11.0.0.0

社会主义新天地 提交于 2021-02-07 14:21:09
问题 I have a mvc5 web application in TFS server 2013. When I build the solution locally, its working fine. I created a Build definition in TFS and tried to Build, it returned below compiler error. "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\ReportingServices\Microsoft.ReportingServices.targets (24): The "Microsoft.Reporting.RdlCompile" task could not be loaded from the assembly Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91.

How to connect TFS Online using PAT or OAUT?

大憨熊 提交于 2021-02-07 14:19:44
问题 Can't believe I'm stuck with a LOGIN :( hate when this happens. Can somebody enlight me how to connect TF.EXE by using PAT password or in the best case an OAuth token? I might add that I already have a Pat token and an OAuth token, not a problem while trying to get those, but every time I try this example: TF.exe workspaces /collection:xxxx.visualstudio.com/xxxx /loginType:OAuth /login:.,MyPatTokenOrMyOauthToken /noprompt I get the following response: TF30063: You are not authorized to access

SSIS TFS configuration

戏子无情 提交于 2021-02-07 10:53:28
问题 I am trying to source control ssis packages Installed TFS server component and created Team project collection. There is no plug in to select in DATA TOOL->Option->Source control->Plugin How to do this on SSIS 2012 !? I have also installed explorer and expecting the visual studio level check in facility would appear in SSIS Data tools. 回答1: Assuming you have installed TFS 2012, and installed Team Explorer for VS 2012. after creating Team Project Collection, you also need to create a Team

SSIS TFS configuration

痞子三分冷 提交于 2021-02-07 10:52:15
问题 I am trying to source control ssis packages Installed TFS server component and created Team project collection. There is no plug in to select in DATA TOOL->Option->Source control->Plugin How to do this on SSIS 2012 !? I have also installed explorer and expecting the visual studio level check in facility would appear in SSIS Data tools. 回答1: Assuming you have installed TFS 2012, and installed Team Explorer for VS 2012. after creating Team Project Collection, you also need to create a Team

TFS 2018 Build Console Application doesn't get included in the build artifact

纵然是瞬间 提交于 2021-02-07 08:00:35
问题 I am setting up Continuous Integration and Continuous Delivery infrastructure, My solution contains web projects, dlls, and a Console Application. My issue is that all of my projects get included in the build artifact except the console application This is the default MSBuild arguments i use /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p

TFS 2018 Build Console Application doesn't get included in the build artifact

≡放荡痞女 提交于 2021-02-07 08:00:07
问题 I am setting up Continuous Integration and Continuous Delivery infrastructure, My solution contains web projects, dlls, and a Console Application. My issue is that all of my projects get included in the build artifact except the console application This is the default MSBuild arguments i use /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p

TFS 2018 Build Console Application doesn't get included in the build artifact

淺唱寂寞╮ 提交于 2021-02-07 07:57:51
问题 I am setting up Continuous Integration and Continuous Delivery infrastructure, My solution contains web projects, dlls, and a Console Application. My issue is that all of my projects get included in the build artifact except the console application This is the default MSBuild arguments i use /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p

VS2013 or VS2015 shows “unspecified error”

喜欢而已 提交于 2021-02-06 14:27:46
问题 When I open my worked solution (after merge from other branch) VS2013 shows error message "unspecified error" and I cannot close the window (the error's dialog jumps each time when I close it). VS2012 opens the solution without error messages. I suspect issue related to TFS configuration. How can I found actual reason of the error? 回答1: I have searched a lot about its root cause but couldn't found any concrete information. For me, Deleting the solution's .suo file. resolve this problem. 回答2: