我正在尝试编写PowerShell脚本,以帮助开发人员通过PowerShell ISE检入其更改并将更改集链接到工作项。我有TFS 2017,并且已配置TVFC。
答案 0 :(得分:0)
这不能通过ax=plt.subplot()
ax.hlines(yearly['avSpeed'], yearly.index.start_time, (yearly.index+1).start_time, 'r') #or: yearly.index.end_time
ax.legend()
plt.show()
命令来完成,但是由于PowerShell可以加载TFS客户端对象模型,因此很容易使用它来设置未决更改的某些属性。您可以使用VersionControlServer类来访问WorkSpace,并使用WorkspaceCheckinParameters.AssociatedWorkItems类来关联工作项。
tc vc