Sha256: 9fe68419c9e9bfeaaa072ea47755d99fc1fa33ac7cbd8cef5a370ca949a16aec
Contents?: true
Size: 307 Bytes
Versions: 22
Compression:
Stored size: 307 Bytes
Contents
require_relative '../lib/msbuild.rb' describe MSBuild do it "should have be able extract 'Any CPU' platform from sln file" do platforms=MSBuild.get_platforms("#{File.dirname(__FILE__)}/test_data/csharp_projects/helloDll/helloDll.sln") platforms.include?('Any CPU').should eq(true) end end
Version data entries
22 entries across 22 versions & 1 rubygems